Note
            This property is ignored if the CommandLineParserMode
            property is not ParsingModeLongShort.
            
public char ShortName { get; set; }Public Property ShortName As Char
	Get
	Set
Dim instance As CommandLineArgumentAttribute
Dim value As Char
value = instance.ShortName
instance.ShortName = valuepublic:
property wchar_t ShortName {
	wchar_t get ();
	void set (wchar_t value);
}Setting this property implies the IsShort property is .
To derive the short name from the first character of the long name, set the IsShort property to without setting the ShortName property.