Autodesk Vault ProfessionalVault API

Item(String) Property

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

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

Syntax

public PropertyDefinition Item(
   System.string systemName
) {get; set;}
Public Overloads Property Item( _
   ByVal systemName As System.String _
) As PropertyDefinition

Parameters

NameDescription
systemNameThe system name of the PropertyDefinition to retrieve.

See Also