ProviderNetworkUsage.ProviderId Property

Definition

Gets the ProviderId (a combination of MCC and MNC).

public:
 property Platform::String ^ ProviderId { Platform::String ^ get(); };
winrt::hstring ProviderId();
public string ProviderId { get; }
var string = providerNetworkUsage.providerId;
Public ReadOnly Property ProviderId As String

Property Value

String

Platform::String

winrt::hstring

The ProviderId (a combination of MCC and MNC).

Remarks

The MCC/MNC combo is expressed in the API as a single numeric (0-9) string named ProviderId that is a concatenation of a 3-digit MCC and a 2 or 3-digit MNC to be compliant with E.212.

Applies to

See also