ApplicationEndpoint.OwnerPhoneUri Property

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

'Declaration
Public Overrides NotOverridable ReadOnly Property OwnerPhoneUri As String
    Get
'Usage
Dim instance As ApplicationEndpoint
Dim value As String

value = instance.OwnerPhoneUri
public override sealed string OwnerPhoneUri { get; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

ApplicationEndpoint Class

ApplicationEndpoint Members

Microsoft.Rtc.Collaboration Namespace