Battery.AggregateBattery Property

Definition

Gets a Battery object that represents all battery controllers connected to the device.

public:
 static property Battery ^ AggregateBattery { Battery ^ get(); };
static Battery AggregateBattery();
public static Battery AggregateBattery { get; }
var battery = Battery.aggregateBattery;
Public Shared ReadOnly Property AggregateBattery As Battery

Property Value

A Battery object that represents overall battery power.

Remarks

When created with AggregateBattery, the Battery object represents an aggregate of all battery controllers connected to the device.

Applies to

See also