Click or drag to resize
DigitalRuneConsoleCommandName Property
Gets the name of the command.

Namespace: DigitalRune.Game.UI.Consoles
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public string Name { get; }

Property Value

Type: String
The name of the command.

Implements

INamedObjectName
Remarks
Command names are case-insensitive. And they are stored in lower-case.
See Also