public string ArgumentNameWithPrefix { get; }Public ReadOnly Property ArgumentNameWithPrefix As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.ArgumentNameWithPrefixpublic:
property String^ ArgumentNameWithPrefix {
String^ get ();
}If the Mode property is LongShort, this will use the long name with the long argument prefix if the argument has a long name, and the short name with the primary short argument prefix if not.
For Default, the prefix used is the first prefix specified in the ArgumentNamePrefixes property.