MatchWholeWord

SearchOptions.MatchWholeWord property

Gets the value that indicates whether text search is limited by a whole word.

public bool MatchWholeWord { get; }

Property Value

true if text search is limited by a whole word; otherwise, false.

See Also