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

Visual Basic (Declaration)
Public 
Property 
ChatRoom 
As 

ChatRoomSummary
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

ChatRoomInvitationEventArgs
Dim 
value 
As 

ChatRoomSummary

value = instance.
ChatRoom
C#
public 

ChatRoomSummary 
ChatRoom { 
get; 
private 
set; }

See Also