MatchInfo.IgnoreCase Property

Definition

Gets or sets a value indicating whether the match was done ignoring case.

public:
 property bool IgnoreCase { bool get(); void set(bool value); };
public:
 property bool IgnoreCase { bool get(); void set(bool value); };
public bool IgnoreCase { get; set; }
member this.IgnoreCase : bool with get, set
Public Property IgnoreCase As Boolean

Property Value

True if case was ignored.

Applies to