Gets the endpoint on which this session was established.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Endpoint 
As 

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

ChatRoomSession
Dim 
value 
As 

GroupChatEndpoint

value = instance.
Endpoint
C#
public 

GroupChatEndpoint 
Endpoint { 
get; 
private 
set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatEndpoint

The endpoint for this session.

See Also