MobileBroadbandDeviceInformation.SubscriberId 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 subscriber identifier for the mobile broadband network device.
public:
property Platform::String ^ SubscriberId { Platform::String ^ get(); };
winrt::hstring SubscriberId();
public string SubscriberId { get; }
var string = mobileBroadbandDeviceInformation.subscriberId;
Public ReadOnly Property SubscriberId As String
Property Value
The subscriber identifier for the mobile broadband network device.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Remarks
You can use the SubscriberId value to help provision the mobile broadband network device.
For devices that support the GSM cellular class, the SubscriberId value represents the International Mobile Subscriber Identity (IMSI), which is up to 15 digits long. For devices that support the CDMA cellular class, the SubscriberId value represents the Mobile Identification Number (MIN) string, or the International Roaming MIN (IRM), which is 10 digits long.