BatteryReport.ChargeRateInMilliwatts Property

Definition

Gets the rate that the battery is charging.

public:
 property IReference<int> ^ ChargeRateInMilliwatts { IReference<int> ^ get(); };
IReference<int> ChargeRateInMilliwatts();
public System.Nullable<int> ChargeRateInMilliwatts { get; }
var iReference = batteryReport.chargeRateInMilliwatts;
Public ReadOnly Property ChargeRateInMilliwatts As Nullable(Of Integer)

Property Value

The rate that the battery is charging in milliwatts (mW). This value is negative when the battery is discharging.

Applies to

See also