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
Syntaxpublic string AvailableCommandsHeader { get; set; }
Public Property AvailableCommandsHeader As String
Get
Set
Dim instance As CreateShellCommandOptions
Dim value As String
value = instance.AvailableCommandsHeader
instance.AvailableCommandsHeader = value
public:
property String^ AvailableCommandsHeader {
String^ get ();
void set (String^ value);
}
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