Autodesk Vault ProfessionalVault API

GetPropertyDefinitionById Method

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

Gets a Property Definition associated with a specific Property Definition Server Id.

Syntax

PropertyDefinition GetPropertyDefinitionById(
   System.long propDefId
)
Function GetPropertyDefinitionById( _
   ByVal propDefId As System.Long _
) As PropertyDefinition

Parameters

NameDescription
propDefIdThe server ID of the Property Definition to retrieve. See Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties.PropertyDefinition.Id

Return Value

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

See Also