PhoneNumber.PhoneType Property
Gets or sets the type of the phone (work/home/mobile/other).
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property PhoneType As String
Get
'Usage
Dim instance As PhoneNumber
Dim value As String
value = instance.PhoneType
public string PhoneType { get; }
Property Value
Type: System.String