Represents the ID for this endpoint. The same URI may be used on different endpoints. The ID is unique across all endpoints having the same URI.

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

Syntax

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

See Also