| ConsoleCommandName Property |
Gets the name of the command.
Namespace: DigitalRune.Game.UI.ConsolesAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringThe name of the command.
Implements
INamedObjectNameRemarks
Command names are case-insensitive. And they are stored in lower-case.
See Also