MobileBroadbandNetwork.RegisteredProviderId Property

Definition

Gets the provider ID for the currently registered mobile network.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property Platform::String ^ RegisteredProviderId { Platform::String ^ get(); };
winrt::hstring RegisteredProviderId();
public string RegisteredProviderId { get; }
var string = mobileBroadbandNetwork.registeredProviderId;
Public ReadOnly Property RegisteredProviderId As String

Property Value

String

Platform::String

winrt::hstring

The provider ID for the currently registered mobile network.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to