MobileBroadbandDeviceInformation.SubscriberId Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to