public bool HasShortName { get; }Public ReadOnly Property HasShortName As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.HasShortNamepublic:
property bool HasShortName {
bool get ();
}The short name is only used if the parser is using ParsingModeLongShort. Otherwise, this property is always .