MobileBroadbandDeviceInformation.SubscriberId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得行動寬頻網路裝置的訂閱者識別碼。
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
屬性值
行動寬頻網路裝置的訂閱者識別碼。
Windows 需求
應用程式功能 |
cellularDeviceControl
cellularDeviceIdentity
|
備註
您可以使用 SubscriberId 值來協助布建行動寬頻網路裝置。
對於支援 GSM 行動資料類別的裝置,SubscriberId 值代表國際行動訂閱者身分識別 (IMSI) ,長度上限為 15 位數。 對於支援 CDMA 行動資料類別的裝置,SubscriberId 值代表行動識別碼 (MIN) 字串,或國際漫遊 MIN (IRM) ,其長度為 10 位數。