public bool AllowMultiValueWhiteSpaceSeparator { get; }
Public ReadOnly Property AllowMultiValueWhiteSpaceSeparator As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.AllowMultiValueWhiteSpaceSeparator
public:
property bool AllowMultiValueWhiteSpaceSeparator {
bool get ();
}
A multi-value argument that allows white-space separators is able to consume multiple values from the command line that follow it. All values that follow the name, up until the next argument name, are considered values for this argument.
If the IsMultiValue property is , this property is always .