Autodesk Vault ProfessionalVault API

ValueList Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Gets or sets an array of possible values for properties based on this property definition.

Syntax

public System.Collections.Generic.IList<PropertyDefinition.EnumeratedValue> ValueList {get; set;}
Public Property ValueList As System.Collections.Generic.IList(Of PropertyDefinition.EnumeratedValue)

See Also