public bool AllowWhiteSpaceValueSeparator { get; set; }Public Property AllowWhiteSpaceValueSeparator As Boolean
	Get
	Set
Dim instance As ParseOptionsAttribute
Dim value As Boolean
value = instance.AllowWhiteSpaceValueSeparator
instance.AllowWhiteSpaceValueSeparator = valuepublic:
property bool AllowWhiteSpaceValueSeparator {
	bool get ();
	void set (bool value);
}This value can be overridden by the AllowWhiteSpaceValueSeparator property.