Autodesk Vault ProfessionalVault API

Values Property

Autodesk.DataManagement.Client.Framework.CurrencyDelegateValueDictionary<KeyType,ValueType>

Gets an System.Collections.Generic.ICollection containing the values in the Dictionary<TKey,TValue>

Syntax

public System.Collections.Generic.ICollection<ValueType> Values {get;}
Public ReadOnly Property Values As System.Collections.Generic.ICollection(Of ValueType)

See Also