BatteryReport.DesignCapacityInMilliwattHours Property

Definition

Gets the estimated energy capacity of a new battery of this type.

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

Property Value

The estimated energy capacity of a new battery of this type, in milliwatt-hours (mWh).

Remarks

This property is not supported by all battery controllers. Some battery controllers might return the same value as FullChargeCapacityInMilliwattHours or return no value at all.

When this property is supported, the capacity ratio is the ratio of FullChargeCapacityInMilliwattHours to DesignCapacityInMilliwattHours. FullChargeCapacityInMilliwattHours is used in this way because the full charge capacity typically changes with battery wear.

Applies to

See also