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.
Gets an object which describes the chat room to which the user has been invited.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Property ChatRoom As ChatRoomSummary
Get
Private Set
'Usage
Dim instance As ChatRoomInvitationEventArgs
Dim value As ChatRoomSummary
value = instance.ChatRoom
public ChatRoomSummary ChatRoom { get; private set; }
Property Value
Type: Microsoft.Rtc.Collaboration.GroupChat.ChatRoomSummary
The chat room.
See Also
Reference
ChatRoomInvitationEventArgs Class