Click or drag to resize

CreateShellCommandOptionsAllowWhiteSpaceValueSeparator Property

Gets or sets a value indicating whether the value of arguments may be separated from the name by white space.

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

Property Value

Type: Boolean
if white space is allowed to separate an argument name and its value; if only the colon (:) is allowed. The default value is .
See Also