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