Represents the URI of the identity owning this endpoint.

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

Syntax

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

See Also