Share via


GeofenceStateChangeReport.Geoposition Property

Definition

The position of the Geofence object whose state has changed.

public:
 property Geoposition ^ Geoposition { Geoposition ^ get(); };
Geoposition Geoposition();
public Geoposition Geoposition { get; }
var geoposition = geofenceStateChangeReport.geoposition;
Public ReadOnly Property Geoposition As Geoposition

Property Value

The position of the Geofence object whose state has changed.

Windows requirements

App capabilities
location

Applies to

See also