UsageWriter.IncludeAliasInDescription Property
Gets or sets a value indicating whether the alias or aliases of an argument should be included in the argument description..
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public bool IncludeAliasInDescription { get; set; }
Public Property IncludeAliasInDescription As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.IncludeAliasInDescription
instance.IncludeAliasInDescription = value
public:
property bool IncludeAliasInDescription {
bool get ();
void set (bool value);
}
Property Value
Booleantrue if the alias(es) should be included in the description;
otherwise,
false. The default value is
true.
For arguments that do not have any aliases, this property has no effect.