public char ShortName { get; }
Public ReadOnly Property ShortName As Char
Get
Dim instance As CommandLineArgument
Dim value As Char
value = instance.ShortName
public:
property wchar_t ShortName {
wchar_t get ();
}
The short name is only used if the parser is using ParsingModeLongShort.