Gets or sets a value indicating whether to treat the
SearchString
as a single search term, and match on the exact phrase.
Namespace:
Microsoft.Rtc.Collaboration.GroupChat
Assembly:
Microsoft.Rtc.Collaboration.GroupChat(in
Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
Public
Property
MatchExactPhrase
As
Boolean
Get
Set
|
Visual Basic (Usage) |
Dim
instance
As
ChatHistoryQueryOptions
Dim
value
As
Boolean
value = instance.
MatchExactPhrase
instance.
MatchExactPhrase =
value
|
C# |
public
bool
MatchExactPhrase {
get;
set; }
|
See Also