MobileBroadbandAccount.NetworkAccountId 属性

定义

获取移动宽带帐户的唯一标识符。

注意

此功能仅适用于移动运营商应用和由移动网络运营商授予特权访问权限的 UWP 应用。

如果要使用此 API 并将应用发布到 Microsoft Store,则需要获得特殊批准。 有关详细信息,请参阅应用功能声明主题中的受限功能部分。

public:
 property Platform::String ^ NetworkAccountId { Platform::String ^ get(); };
winrt::hstring NetworkAccountId();
public string NetworkAccountId { get; }
var string = mobileBroadbandAccount.networkAccountId;
Public ReadOnly Property NetworkAccountId As String

属性值

String

Platform::String

winrt::hstring

移动宽带帐户的唯一标识符。

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity

注解

网络帐户标识符在激活帐户时由移动宽带提供商提供,并本地存储在描述移动宽带设备的帐户信息的元数据中。

移动宽带帐户的网络帐户标识符与传递给 CreateFromNetworkAccountId 方法的值匹配。

适用于