A collection of methods which can be used to manage group chat users and user groups. An instance of this class may be obtained from the UserAdministrationServices property of GroupChatServices .

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.Rtc.Collaboration.GroupChat.Management . . :: . . GroupChatUserAdministrationServices

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

Syntax

Visual Basic (Declaration)
Public 
Class 
GroupChatUserAdministrationServices
Visual Basic (Usage)
Dim 
instance 
As 
GroupChatUserAdministrationServices
C#
public 
class 
GroupChatUserAdministrationServices

Thread Safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also