public string? LongArgumentNamePrefix { get; }
Public ReadOnly Property LongArgumentNamePrefix As String
Get
Dim instance As CommandLineParser
Dim value As String
value = instance.LongArgumentNamePrefix
public:
property String^ LongArgumentNamePrefix {
String^ get ();
}
The long argument prefix is only used if the Mode property is ParsingModeLongShort, or if the ParseOptionsPrefixTermination property is not PrefixTerminationModeNone. See ArgumentNamePrefixes to get the prefixes for short argument names, or for all argument names if the Mode property is ParsingModeDefault.