Gets the phone URI of the owner of the local 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

This property can return null or String.Empty if the tel URI is unknown.

See Also