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. See ArgumentNamePrefixes to get the prefixes for short argument names, or for argument names if the Mode property is ParsingModeDefault.