MobileBroadbandDeviceInformation.SimIccId Property

Definition

Gets the SIM integrated circuit card identifier (ICCID) for the mobile broadband network device.

public:
 property Platform::String ^ SimIccId { Platform::String ^ get(); };
winrt::hstring SimIccId();
public string SimIccId { get; }
var string = mobileBroadbandDeviceInformation.simIccId;
Public ReadOnly Property SimIccId As String

Property Value

String

Platform::String

winrt::hstring

The SIM integrated circuit card identifier (ICCID) for the mobile broadband network device.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

You can use the SimIccId value to identify and provision the mobile broadband network device.

Applies to