GeolocationProvider.IsOverridden Property

Definition

Gets a value indicating whether the owning GeolocationProvider is currently overridden or not. You can access this property's value in your handler for the GeolocationProvider.IsOverriddenChanged event.

Note

To call location-override APIs, an app must declare the runFullTrust restricted capability.

Important

The Windows.Devices.Geolocation.Provider APIs are part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, please use the LAF Access Token Request Form.

public:
 property bool IsOverridden { bool get(); };
bool IsOverridden();
public bool IsOverridden { get; }
var boolean = geolocationProvider.isOverridden;
Public ReadOnly Property IsOverridden As Boolean

Property Value

Boolean

bool

A Boolean value indicating whether the owning GeolocationProvider is currently overridden or not.

Windows requirements

App capabilities
runFullTrust

Remarks

See Remarks in GeolocationProvider.

Applies to

See also