public bool IncludeCommandHelpInstruction { get; set; }
Public Property IncludeCommandHelpInstruction As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeCommandHelpInstruction
instance.IncludeCommandHelpInstruction = value
public:
property bool IncludeCommandHelpInstruction {
bool get ();
void set (bool value);
}
If set to , the message is provided by the WriteCommandHelpInstruction(String, String) method. The default implementation of that method assumes that all commands have a help argument, the same ParsingMode, and the same argument prefixes. For that reason, showing this message is not enabled by default.