public ParseOptions Options { get; }
Public ReadOnly Property Options As ParseOptions
Get
Dim instance As CommandLineParser
Dim value As ParseOptions
value = instance.Options
public:
property ParseOptions^ Options {
ParseOptions^ get ();
}
If you change the value of the Culture, DuplicateArguments, AllowWhiteSpaceValueSeparator, NameValueSeparator, StringProvider or UsageWriter property, this will affect the behavior of this instance. The other properties of the ParseOptions class are only used when the CommandLineParser class in constructed, so changing them afterwards will have no effect.