The following tables list the members exposed by _UAEnumFieldInfo.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | DecimalValue | The integer representation of an enumeration. A decimal. |
![Property](template/packages/core-dotnet/images/Property.png) | Description | A localized description of the enumeration value. This field can contain an empty string if no description is available. |
![Property](template/packages/core-dotnet/images/Property.png) | DisplayName | A human-readable representation of the value of the enumeration. |
![Property](template/packages/core-dotnet/images/Property.png) | DisplayString | The display string for the current object. |
![Property](template/packages/core-dotnet/images/Property.png) | Name | A name for the field that is unique within the enum type info. |
![Property](template/packages/core-dotnet/images/Property.png) | Value | The integer representation of an enumeration. |
Top
Public Methods
See Also