Gets the endpoint that this service object is tied to.

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 

GroupChatServices
Dim 
value 
As 

GroupChatEndpoint

value = instance.
Endpoint
C#
public 

GroupChatEndpoint 
Endpoint { 
get; 
private 
set; }

See Also