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 ParseOptionsCulture, ParseOptionsDuplicateArguments, ParseOptionsAllowWhiteSpaceValueSeparator, 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 is constructed, so changing them afterwards will have no effect.