BatteryReport.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a BatteryStatus enumeration that indicates the status of the battery.
public:
property BatteryStatus Status { BatteryStatus get(); };
BatteryStatus Status();
public BatteryStatus Status { get; }
var batteryStatus = batteryReport.status;
Public ReadOnly Property Status As BatteryStatus
Property Value
A BatteryStatus enumeration that indicates the status of the battery.