SearchTerm

SearchHighlightOptions.SearchTerm property

Gets or sets the text (or regex pattern, if IsSearchTermRegEx property is true) to search for.

public string SearchTerm { get; set; }

Remarks

If IsSearchTermRegEx is true, this property should contain a valid regular expression pattern.

See Also