PhoneUri Property
Gets the phone URI of the participant.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PhoneUri As String
Get
'Usage
Dim instance As ConversationParticipant
Dim value As String
value = instance.PhoneUri
public string PhoneUri { get; }
Property Value
Type: System..::..String