public bool AllowWhiteSpaceSeparator { get; }
Public ReadOnly Property AllowWhiteSpaceSeparator As Boolean
Get
Dim instance As MultiValueArgumentInfo
Dim value As Boolean
value = instance.AllowWhiteSpaceSeparator
public:
property bool AllowWhiteSpaceSeparator {
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.