public const string DefaultLongArgumentNamePrefix = "--"
Public Const DefaultLongArgumentNamePrefix As String = "--"
Dim value As String
value = CommandLineParser.DefaultLongArgumentNamePrefix
public:
literal String^ DefaultLongArgumentNamePrefix = "--"
This constant is used as the default value of the LongArgumentNamePrefix property if no custom value was specified using the ParseOptionsLongArgumentNamePrefix property of the ParseOptionsAttributeLongArgumentNamePrefix property.