Autodesk Vault ProfessionalVault API

ContainsKey(String) Method

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinitionDictionary

Tests if a PropertyDefinition with the specified SystemName exists in the dictionary.

Syntax

public System.bool ContainsKey(
   System.string systemName
)
Public Overloads Function ContainsKey( _
   ByVal systemName As System.String _
) As System.Boolean

Parameters

NameDescription
systemNameThe system name to lookup

Return Value

True if a PropertyDefinition with the systemName is in the dictionary. False otherwise.

See Also