public string ArgumentName { get; }
Public ReadOnly Property ArgumentName As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.ArgumentName
public:
property String^ ArgumentName {
String^ get ();
}
This name is used to supply an argument value by name on the command line, and to describe the argument in the usage help generated by CommandLineParserWriteUsage(UsageWriter).
If the CommandLineParserMode property is ParsingModeLongShort, and the HasLongName property is , this returns the short name of the argument. Otherwise, it returns the long name.