MobileBroadbandDeviceInformation.TelephoneNumbers Property

Definition

Gets the telephone numbers for the mobile broadband device.

public:
 property IVectorView<Platform::String ^> ^ TelephoneNumbers { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> TelephoneNumbers();
public IReadOnlyList<string> TelephoneNumbers { get; }
var iVectorView = mobileBroadbandDeviceInformation.telephoneNumbers;
Public ReadOnly Property TelephoneNumbers As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The telephone numbers for the mobile broadband device.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

If the device supports the GSM cellular class, the telephone numbers are Mobile Subscriber ISDN Numbers (MSISDNs). If the device supports the CDMA cellular class, the telephone numbers are Mobile Directory Numbers (MDNs).

Applies to