ChatHistoryQueryOptions.MatchExactPhrase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.