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 ParsingMode.LongShort, or if the ParseOptions.PrefixTermination property is not PrefixTerminationMode.None. See ArgumentNamePrefixes to get the prefixes for short argument names, or for all argument names if the Mode property is ParsingMode.Default.