Show / Hide Table of Contents

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 Source

attributeName

Declaration
public string attributeName
Field Value
Type Description
System.String
View Source

attributeValue

Declaration
public string attributeValue
Field Value
Type Description
System.String
View Source

doDeleteAttribute

Declaration
public bool doDeleteAttribute
Field Value
Type Description
System.Boolean

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX