Gets the endpoint identifier for the target.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
EndpointId 
As 
String
C#
public 
string 
EndpointId { 
get; }
Visual C++
public:
property 
String^ 
EndpointId {
	
String^ 
get ();
}
JavaScript
function get_
endpointId();

Field Value

The endpoint identifier or the empty string.

See Also