public string? ArgumentName { get; }
Public ReadOnly Property ArgumentName As String
Get
Dim instance As CommandLineArgumentAttribute
Dim value As String
value = instance.ArgumentName
public:
property String^ ArgumentName {
String^ get ();
}
If the CommandLineParserMode property is ParsingModeLongShort, this is the long name of the argument.
If the CommandLineParserMode property is ParsingModeLongShort and the IsLong property is , the ArgumentName property is ignored.