Class CustomAttribute
Container data for a Profile custom attribute. Upon updating profile, if doDeleteAttribute is set to true, the attribute will be deleted.
Inheritance
System.Object
CustomAttribute
Namespace: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class CustomAttribute
Fields
attributeName
Declaration
public string attributeName
Field Value
Type | Description |
---|---|
System.String |
attributeValue
Declaration
public string attributeValue
Field Value
Type | Description |
---|---|
System.String |
doDeleteAttribute
Declaration
public bool doDeleteAttribute
Field Value
Type | Description |
---|---|
System.Boolean |