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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.AccountAndAuthentication
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class CustomAttribute
Fields
View SourceattributeName
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 |