iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.PortableBattery.DesignCapacityMultiplier property

Gets a value representing the key to retrieve the property value.

Multiplication factor of the Design Capacity value, which assures that the mWatt hours value does not overflow for SBDS implementations. The multiplier default is 1.

Key Composition

l

Return Value

Type: Byte

Remarks

2.2+

public static IPropertyKey DesignCapacityMultiplier { get; }

See Also