LocalEndpoint.OwnerPhoneUri Property

Definition

Gets the phone URI of the owner of the local endpoint.

public:
 abstract property System::String ^ OwnerPhoneUri { System::String ^ get(); };
public abstract string OwnerPhoneUri { get; }
member this.OwnerPhoneUri : string
Public MustOverride ReadOnly Property OwnerPhoneUri As String

Property Value

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.

Applies to