Share via


GeofenceStateChangeReport.NewState Property

Definition

The new state of the Geofence object whose state has changed.

public:
 property GeofenceState NewState { GeofenceState get(); };
GeofenceState NewState();
public GeofenceState NewState { get; }
var geofenceState = geofenceStateChangeReport.newState;
Public ReadOnly Property NewState As GeofenceState

Property Value

The new state of the Geofence object whose state has changed.

Windows requirements

App capabilities
location

Applies to

See also