Specifies the system power status.
| C# | Visual Basic |
public enum PowerLineStatus
Public Enumeration PowerLineStatus
| Member | Description |
|---|---|
| Offline |
The system is offline.
|
| Online |
The system is online.
|
| BackupPower |
The system is on backup power.
|
| Unknown |
The power status of the system is unknown.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|