ParseOptionsDuplicateArgumentsOrDefault Property
Gets a value indicating whether duplicate arguments are allowed.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public ErrorMode DuplicateArgumentsOrDefault { get; }
Public ReadOnly Property DuplicateArgumentsOrDefault As ErrorMode
Get
Dim instance As ParseOptions
Dim value As ErrorMode
value = instance.DuplicateArgumentsOrDefault
public:
property ErrorMode DuplicateArgumentsOrDefault {
ErrorMode get ();
}
Property Value
ErrorMode
The value of the
DuplicateArguments property, or
ErrorModeError
if that property is
.