Click or drag to resize

CreateShellCommandOptionsAvailableCommandsHeader Property

Gets or sets the header that is used when printing a list of commands if no command name was supplied or the command name was not recognized.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public string AvailableCommandsHeader { get; set; }

Property Value

Type: String
The header that is used when printing a list of commands if no command name was supplied or the command name was not recognized. The default value is "The following commands are available:".
See Also