Autodesk Vault ProfessionalVault API

Contains Method

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

Tests if a PropertyDefinition is in the dictionary by a Key-Value Pair

Syntax

public System.bool Contains(
   System.Collections.Generic.KeyValuePair<string,PropertyDefinition> item
)
Public Function Contains( _
   ByVal item As System.Collections.Generic.KeyValuePair(Of String,PropertyDefinition) _
) As System.Boolean

Parameters

NameDescription
itemA key-value pair where the Key is the SystemName and the Value is the PropertyDefinition

Return Value

True if the PropertyDefinition is in the dictionary. False otherwise.

See Also