Autodesk Vault ProfessionalVault API

PropertyDefinition.EnumeratedValue Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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

NameDescription
PropertyDefinition.EnumeratedValue

Properties

NameDescription
DisplayGets or sets the value that is displayed to the user in a combobox or other ui
ValueGets 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

See Also