UserEndpoint.OwnerPhoneUri Property
Gets the tel 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
String.Empty is returned if the LocalOwnerPresence has not yet been established. String.Empty will also be returned if a phone number is not found for the user.