public string? ShortNameWithPrefix { get; }
Public ReadOnly Property ShortNameWithPrefix As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.ShortNameWithPrefix
public:
property String^ ShortNameWithPrefix {
String^ get ();
}
The prefix used is the first prefix specified in the CommandLineParserArgumentNamePrefixes property.