Gets the endpoint that the subscription belongs to.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SubscriberEndpoint 
As 

LocalEndpoint
C#
public 

LocalEndpoint 
SubscriberEndpoint { 
get; }
Visual C++
public:
property 

LocalEndpoint^ 
SubscriberEndpoint {
	

LocalEndpoint^ 
get ();
}
JavaScript
function get_
subscriberEndpoint();

See Also