GroupChatEndpoint.GroupChatServices Property

An object which provides access to a wide variety of group chat features and services. All administrative functionality and client services, with the exception of establishing a ChatRoomSession, are exposed through this object.

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

Syntax

'Declaration
Public Property GroupChatServices As GroupChatServices
    Get
    Private Set
'Usage
Dim instance As GroupChatEndpoint
Dim value As GroupChatServices

value = instance.GroupChatServices
public GroupChatServices GroupChatServices { get; private set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat.GroupChatServices
The group chat services object.

See Also

Reference

GroupChatEndpoint Class

GroupChatEndpoint Members

Microsoft.Rtc.Collaboration.GroupChat Namespace