AttributeDefinitionDataType Enumeration¶
The data type of an ApplicationAttributeDefinition.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public enum AttributeDefinitionDataType
VB¶
Public Enumeration AttributeDefinitionDataType
Members¶
Member name | Value | Description | |
---|---|---|---|
Numeric | 0 | Specifies a double precision floating point attribute. | |
String | 1 | Specifies a string attribute. | |
Boolean | 2 | Specifies a boolean (yes/no) attribute. | |
DateTime | 3 | Specifies a date and time attribute. | |
StringList | 4 | Specifies a string list attribute. | |
Rag | 5 | Specifies a Red, Amber, Green attribute. |