Share via


MobileBroadbandAccount.AccountExperienceUrl Property

Definition

Returns the Account Experience URL associated with the Mobile Broadband account.

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 Uri ^ AccountExperienceUrl { Uri ^ get(); };
Uri AccountExperienceUrl();
public System.Uri AccountExperienceUrl { get; }
var uri = mobileBroadbandAccount.accountExperienceUrl;
Public ReadOnly Property AccountExperienceUrl As Uri

Property Value

The URL of the operator’s website used to configure Mobile Broadband.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)
App capabilities
cellularDeviceControl cellularDeviceIdentity

Remarks

An Account Experience URL represents a mobile broadband account and its related information about the network provider. For more information, see Microsoft Store mobile broadband apps.

Applies to