Share via


MobileBroadbandAccount.AvailableNetworkAccountIds Property

Definition

A list of all network account IDs for the network service provider.

Note

This functionality is available only to mobile operator apps, and apps given privileged access by mobile network operators. If you want to use this API, and publish your app to the Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 static property IVectorView<Platform::String ^> ^ AvailableNetworkAccountIds { IVectorView<Platform::String ^> ^ get(); };
static IVectorView<winrt::hstring> AvailableNetworkAccountIds();
public static IReadOnlyList<string> AvailableNetworkAccountIds { get; }
var iVectorView = MobileBroadbandAccount.availableNetworkAccountIds;
Public Shared ReadOnly Property AvailableNetworkAccountIds As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of all network account IDs for the network service provider in the form of GUIDs. You can pass those GUIDs to the MobileBroadbandAccount.CreateFromNetworkAccountId method, and access the proprties of the resulting MobileBroadbandAccount object for more info about it.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to