Gets or sets a value that indicates whether the item to match is case insensitive.
public bool IgnoreCase {get; set;}
'Declaration
Public Property IgnoreCase As Boolean
'Usage
Dim instance As ConditionalStyleItem
Dim value As Boolean
instance.IgnoreCase = value
value = instance.IgnoreCase
Property Value
true if matching is case insensitive; otherwise,
false. The default value is
false.