Click or drag to resize
DigitalRuneConsoleCommandDescription Property
Gets or sets the description.

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 Description { get; set; }

Property Value

Type: String
The description.
Remarks
This is the help text of the command.
See Also