'Declaration <DefaultValueAttribute()> Public Property IgnoreCase As Boolean
'Usage Dim instance As TextCondition Dim value As Boolean instance.IgnoreCase = value value = instance.IgnoreCase
[DefaultValue()] public bool IgnoreCase {get; set;}
Property Value
true
if the comparison should ignore case when matching; otherwise, false
. The default value is false
.