DisplayName Property
Gets a display name for this entity class.
Syntax
public System.string DisplayName {get;}Public ReadOnly Property DisplayName As System.StringRemarks
This value can be used in dialogs that build generic strings like (Add %1 Categories), where %1 could be Item or File, etc.