Click or drag to resize

CreateShellCommandOptionsAllowDuplicateArguments Property

Gets or sets a value indicating whether duplicate arguments are allowed.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public bool AllowDuplicateArguments { get; set; }

Property Value

Type: Boolean
if it is allowed to supply non-array arguments more than once; otherwise, . The default value is .
See Also