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 值代表國際行動訂閱者身分識別 (IMSI) ,長度上限為 15 位數。 對於支援 CDMA 行動資料類別的裝置,SubscriberId 值代表行動識別碼 (MIN) 字串,或國際漫遊 MIN (IRM) ,其長度為 10 位數。

適用於