次の方法で共有


MobileBroadbandDeviceInformation.SimIccId プロパティ

定義

モバイル ブロードバンド ネットワーク デバイスの SIM 統合回線カード識別子 (ICCID) を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

モバイル ブロードバンド ネットワーク デバイスの SIM 集積回路カード識別子 (ICCID)。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

SimIccId 値を使用して、モバイル ブロードバンド ネットワーク デバイスを識別してプロビジョニングできます。

適用対象