Share via


ChatRoomInvitationEventArgs.ChatRoom Property

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

ChatRoomInvitationEventArgs Members

Microsoft.Rtc.Collaboration.GroupChat Namespace