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