Autodesk Vault ProfessionalVault API

Dependencies Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.PropertiesPropertyDefinition

Gets a list of PropertyDefinitions that this PropertyDefinition depends on to compute it's value. This can be used for internal PropertyDefinitions where the value for one property is computed based on the value of another

Syntax

public System.Collections.Generic.IEnumerable<PropertyDefinition> Dependencies {get;}
Public ReadOnly Property Dependencies As System.Collections.Generic.IEnumerable(Of PropertyDefinition)

See Also