Gets or sets whether the condition ignores empty values.
'Declaration
<System.ComponentModel.DefaultValueAttribute()>
Public Overrides NotOverridable Property IgnoreBlank As System.Boolean
'Usage
Dim instance As RelationCondition
Dim value As System.Boolean
instance.IgnoreBlank = value
value = instance.IgnoreBlank
[System.ComponentModel.DefaultValue()]
public override System.bool IgnoreBlank {get; set;}
Property Value
true
if this condition ignores empty values; otherwise,
false
. The default value is
false
.