Gets the tel URI of the endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
NotOverridable 
ReadOnly 
Property 
OwnerPhoneUri 
As 
String
C#
public 
override 
sealed 
string 
OwnerPhoneUri { 
get; }
Visual C++
public:
virtual 
property 
String^ 
OwnerPhoneUri {
	
String^ 
get () 
override 
sealed;
}
JavaScript
function get_
ownerPhoneUri();

Remarks

String.Empty is returned if the LocalOwnerPresencehas not yet been established. String.Empty will also be returned if a phone number is not found for the user.

See Also