Pattern

TextSearchCriteria.Pattern property

Gets the search pattern.

public Regex Pattern { get; }

Property Value

The regular expression pattern to match.

See Also