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 
MustOverride 
ReadOnly 
Property 
OwnerPhoneUri 
As 
String
C#
public 
abstract 
string 
OwnerPhoneUri { 
get; }
Visual C++
public:
virtual 
property 
String^ 
OwnerPhoneUri {
	
String^ 
get () 
abstract;
}
JavaScript
function get_
ownerPhoneUri();

Remarks

This value is not always present and may not be set if the Application only supports instant messaging and no voice for example. For ApplicationEndpoints it has to be set explicitly in ApplicationEndpointSettings. For UserEndpoints it is automatically retrieved through presence. Hence LocalOwnerPresence must be established before it can be populated.

See Also