ParseOptionsDuplicateArgumentsOrDefault Property
Gets a value indicating whether duplicate arguments are allowed.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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
.