Indicates whether a title is in constrained mode.
public:
static property ResourceAvailability ResourceAvailability {
ResourceAvailability get ();
}
Type: ResourceAvailability
Returns an enumeration indicating whether the title is in constrained mode.
Namespace: Windows.ApplicationModel.Core
Metadata: windows.winmd
The ResourceAvailability property is used with the ResourceAvailabilityChanged event to notify a title when the available resources to the title have changed. When this event is fired, titles should examine the ResourceAvailability property to determine whether the title is going into constrained mode, or coming out of constrained mode.