| ConsoleCommandDescription Property |
Gets or sets the description.
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 Description { get; set; }
Public Property Description As String
Get
Set
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
Property Value
Type:
StringThe description.
Remarks
This is the help text of the command.
See Also