MobileBroadbandDeviceInformation.TelephoneNumbers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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).