GroupChatServices Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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