ChatRoomInvitationEventArgs.ChatRoom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object which describes the chat room to which the user has been invited.
public:
property Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomInvitation ^ ChatRoom { Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomInvitation ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation ChatRoom { get; }
member this.ChatRoom : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomInvitation
Public ReadOnly Property ChatRoom As ChatRoomInvitation
Property Value
The chat room.