UsageWriterIncludeCommandAliasInCommandList Property
Gets or sets a value that indicates whether to show a command's aliases as part of the
command list usage help.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public bool IncludeCommandAliasInCommandList { get; set; }
Public Property IncludeCommandAliasInCommandList As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeCommandAliasInCommandList
instance.IncludeCommandAliasInCommandList = value
public:
property bool IncludeCommandAliasInCommandList {
bool get ();
void set (bool value);
}
Property Value
Boolean to show the command's aliases; otherwise,
.
The default value is
.