Gets the search result limit which is applied to all user queries.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
SearchLimit 
As 
Integer
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatServerConfiguration
Dim 
value 
As 
Integer

value = instance.
SearchLimit
C#
public 
int 
SearchLimit { 
get; 
private 
set; }

Property Value

Type: System . . :: . . Int32

The search limit.

See Also