Edit

Share via


ChatHistoryQueryOptions.MatchExactPhrase Property

Definition

Gets or sets a value indicating whether to treat the SearchString as a single search term, and match on the exact phrase.

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

Property Value

true if matching an exact phrase; otherwise, false.

Applies to