LocalEndpoint.OwnerPhoneUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.