Autodesk Vault ProfessionalVault API

Item Property

Autodesk.DataManagement.Client.Framework.InterfacesIDictionaryReadonly<TKey,TValue>

Gets the element with the specified key

Syntax

TValue this[
   TKey key
]; {get;}
ReadOnly Default Property Item( _
   ByVal key As TKey _
) As TValue

Parameters

NameDescription
key

See Also