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
Syntaxpublic bool AllowDuplicateArguments { get; set; }
Public Property AllowDuplicateArguments As Boolean
Get
Set
Dim instance As CreateShellCommandOptions
Dim value As Boolean
value = instance.AllowDuplicateArguments
instance.AllowDuplicateArguments = value
public:
property bool AllowDuplicateArguments {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean if it is allowed to supply non-array arguments more than once; otherwise,
.
The default value is
.
See Also