BatteryReport.ChargeRateInMilliwatts 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 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.