public bool? AllowWhiteSpaceValueSeparator { get; set; }
Public Property AllowWhiteSpaceValueSeparator As Boolean?
Get
Set
Dim instance As ParseOptions
Dim value As Boolean?
value = instance.AllowWhiteSpaceValueSeparator
instance.AllowWhiteSpaceValueSeparator = value
public:
property Nullable<bool> AllowWhiteSpaceValueSeparator {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
If not , this property overrides the value of the ParseOptionsAttributeAllowWhiteSpaceValueSeparator property.