Autodesk Vault ProfessionalVault API

DisplayName Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesEntityClass

Gets a display name for this entity class.

Syntax

public System.string DisplayName {get;}
Public ReadOnly Property DisplayName As System.String

Remarks

This value can be used in dialogs that build generic strings like (Add %1 Categories), where %1 could be Item or File, etc.

See Also