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.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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
.