You are here: MessengerYouLike.IMSDK > IMSDK Reference > IMSDK Namespace > Classes > IMClient Class > IMClient Properties > IMClient.MAXGroups Property
MessengerYouLike
IMClient.MAXGroups Property

This Property is Used to Restrict the Number of Groups

C#
public int MAXGroups;
Visual Basic
Public Property MAXGroups() As Integer

This property is used to Restrict the total number of Groups that can be added

[Visual Basic]
 
'Create a new IMClient
Dim MC as new IMSDK.IMClient
 
'Set Maximum Friends that could be added
MC.MAXGroups =100
Copyright (c) 2007. All rights reserved.