Autodesk Vault ProfessionalVault API

PropertyExtensionRegistration Property

Autodesk.DataManagement.Client.Framework.VaultLibrary

Gets a service which allows you to register a custom provider that can partipate in the vault property management pipeline. With this provider, you can implement custom property definitions, create dependencies between existing property definitions, and provide custom property values for specific entities.

Syntax

public static IPropertyExtensionRegistrationService PropertyExtensionRegistration {get;}
Public Shared ReadOnly Property PropertyExtensionRegistration As IPropertyExtensionRegistrationService

See Also