Note
              This property is ignored if the CommandLineParserMode
              property is not ParsingModeLongShort.
            
public bool IsShort { get; set; }Public Property IsShort As Boolean
	Get
	Set
Dim instance As CommandLineArgumentAttribute
Dim value As Boolean
value = instance.IsShort
instance.IsShort = valuepublic:
property bool IsShort {
	bool get ();
	void set (bool value);
}If the ShortName property is not set but this property is set to , the short name will be derived using the first character of the long name.
If the ShortName property is set to a value other than the null character, this property will always return .