PropertyDefinition.EnumeratedValue Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
Represent a possible value that can occur in a PropertyDefinition.ValueList (or List Of Values). A List Of Values are the recommended (and sometimes enforced) values that the user should select from when entering a property value.
Syntax
public class PropertyDefinition.EnumeratedValue Public Class PropertyDefinition.EnumeratedValue Constructors
| Name | Description |
|---|---|
| PropertyDefinition.EnumeratedValue |
Properties
| Name | Description |
|---|---|
| Display | Gets or sets the value that is displayed to the user in a combobox or other ui |
| Value | Gets or sets the value of this object. This is typically a value that is searched on, but not necessarily displayed to the user |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.EnumeratedValue