 | CaexCommandDisplayName Property |
Gets the display name of the command
Namespace: Aml.Engine.CAEX.CommandsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string DisplayName { get; }
Public ReadOnly Property DisplayName As String
Get
public:
virtual property String^ DisplayName {
String^ get () sealed;
}
Property Value
StringImplements
ICAEXCommandDisplayName
See Also