次の方法で共有


MobileBroadbandDeviceInformation.SubscriberId プロパティ

定義

モバイル ブロードバンド ネットワーク デバイスのサブスクライバー識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

モバイル ブロードバンド ネットワーク デバイスのサブスクライバー識別子。

Windows の要件

アプリの機能
cellularDeviceControl cellularDeviceIdentity

注釈

SubscriberId 値を使用すると、モバイル ブロードバンド ネットワーク デバイスのプロビジョニングに役立ちます。

GSM 携帯ネットワーク クラスをサポートするデバイスの場合、SubscriberId 値は、最大 15 桁の長さである国際モバイル サブスクライバー ID (IMSI) を表します。 CDMA 携帯ネットワーク クラスをサポートするデバイスの場合、SubscriberId 値はモバイル ID 番号 (MIN) 文字列、または国際ローミング MIN (IRM) (10 桁の長さ) を表します。

適用対象