Autodesk Vault ProfessionalVault API

ContainsKey Method

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

Determines whether the Dictionary contains an element with the specified key.

Syntax

public System.bool ContainsKey(
   KeyType key
)
Public Function ContainsKey( _
   ByVal key As KeyType _
) As System.Boolean

Parameters

NameDescription
keyThe key to locate in the Dictionary

Return Value

true if the dictionary contains an element with the key; otherwise, false

See Also