UsageWriterUseShortNamesForSyntax Property
Gets or sets a value that indicates whether the usage syntax should use short names
for arguments that have one.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public bool UseShortNamesForSyntax { get; set; }
Public Property UseShortNamesForSyntax As Boolean
Get
Set
Dim instance As UsageWriter
Dim value As Boolean
value = instance.UseShortNamesForSyntax
instance.UseShortNamesForSyntax = value
public:
property bool UseShortNamesForSyntax {
bool get ();
void set (bool value);
}
Property Value
Boolean to use short names for arguments that have one; otherwise,
to use an empty string. The default value is
.