Gets or sets a value indicating whether the query should be performed with case sensitivity.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
MatchCaseSensitive 
As 
Boolean
	
Get
	
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatHistoryQueryOptions
Dim 
value 
As 
Boolean

value = instance.
MatchCaseSensitive

instance.
MatchCaseSensitive = 
value
C#
public 
bool 
MatchCaseSensitive { 
get; 
set; }

Property Value

Type: System . . :: . . Boolean

true if matching case sensitive; otherwise, false .

See Also