Share via


GeofenceMonitor.Current Property

Definition

Gets the GeofenceMonitor object which contains all of an app's Geofence information.

public:
 static property GeofenceMonitor ^ Current { GeofenceMonitor ^ get(); };
static GeofenceMonitor Current();
public static GeofenceMonitor Current { get; }
var geofenceMonitor = GeofenceMonitor.current;
Public Shared ReadOnly Property Current As GeofenceMonitor

Property Value

Gets the GeofenceMonitor object which contains all of an app's geofence information.

Windows requirements

Requirements Description
App capabilities
location

Applies to

See also