PowerSource Enum
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.
Enumerates possible current power sources for a device.
public enum PowerSource
type PowerSource =
Public Enum PowerSource
- Inheritance
-
PowerSource
Fields
Name | Value | Description |
---|---|---|
NotAvailable | 1 | Power source reporting is not available. |
AC | 2 | The current power source is the AC line. |
Battery | 3 | The current power source is a system battery. This value is only presented for systems that operate typically on battery. |
Backup | 4 | The current power source is a backup source such as an UPS or backup battery. |