Autodesk Vault ProfessionalVault API

GetPropertyDefinitionBySystemName Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPropertyManager

Gets a Property Definition associated with a specific Property Definition System Name.

Syntax

PropertyDefinition GetPropertyDefinitionBySystemName(
   System.string systemName
)
Function GetPropertyDefinitionBySystemName( _
   ByVal systemName As System.String _
) As PropertyDefinition

Parameters

NameDescription
systemNameThe unique system name of the Property Definition to retrieve. See SystemName

Return Value

The matching Property Definition, or null of there is no Property Definition with the matching System Name

See Also