Gets the URI of the owner of this endpoint.

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

Syntax

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

See Also