Note
              This property is only used when the CommandLineParserMode
              property is ParsingModeLongShort.
            
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 = valuepublic:
property bool UseShortNamesForSyntax {
	bool get ();
	void set (bool value);
}