OwnerPhoneUri Property

Gets the phone URI of the 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 UserEndpoint
Dim value As String

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

Property Value

Type: System..::..String

Remarks

If the LocalOwnerPresence has not yet been established, empty string is returned. An empty string will also be returned if a phone number is not found for the user.

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace