Account attribute description
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class AccountAttribute
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AccountAttribute()()()() | Initializes a new instance of the AccountAttribute class | 
|  | AttributeName | 
            Name of the attribute.
             | 
|  | AttributeValues | 
            Attribute values
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAttributeName()()()() | 
            Checks if AttributeName property is set
             | 
|  | IsSetAttributeValues()()()() | 
            Checks if AttributeValues property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttributeName(String) | Obsolete. 
            Sets the name of the attribute.
             | 
|  | WithAttributeValues(array<AccountAttributeValue>[]()[][]) | Obsolete. 
            Sets the attribute values
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AccountAttribute |