Autodesk Vault ProfessionalVault API

Item(Int64) Property

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

Gets PropertyDefinition from the dictionary, or inserts a PropertyDefinition into the dictionary, by it's PropertyDefinition.Id

Syntax

public PropertyDefinition Item(
   System.long id
) {get; set;}
Public Overloads Property Item( _
   ByVal id As System.Long _
) As PropertyDefinition

Parameters

NameDescription
idThe ID of the PropertyDefinition to retrieve.

See Also