public bool HasLongName { get; }
Public ReadOnly Property HasLongName As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.HasLongName
public:
property bool HasLongName {
bool get ();
}
If the CommandLineParserMode property is not ParsingModeLongShort, this property is always .