The PolicyAttributeTypeDescription data type. This data type is used to describe values that are acceptable for the policy attribute.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PolicyAttributeTypeDescription
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PolicyAttributeTypeDescription()()()() | Initializes a new instance of the PolicyAttributeTypeDescription class | 
|  | AttributeName | 
            The name of the attribute associated with the policy type.
             
             | 
|  | AttributeType | 
            The type of attribute. For example, Boolean, Integer, etc.
             
             | 
|  | Cardinality | 
            The cardinality of the attribute. Valid Values:  
 | 
|  | DefaultValue | 
            The default value of the attribute, if applicable.
             
             | 
|  | Description | 
            A human-readable description of the attribute.
             
             | 
|  | 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.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttributeName(String) | Obsolete. 
            Sets the AttributeName property
             | 
|  | WithAttributeType(String) | Obsolete. 
            Sets the AttributeType property
             | 
|  | WithCardinality(String) | Obsolete. 
            Sets the Cardinality property
             | 
|  | WithDefaultValue(String) | Obsolete. 
            Sets the DefaultValue property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PolicyAttributeTypeDescription |