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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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 
.