SuggestedCriticalBatteryCharge Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the manufacturer's suggested battery charge level that should cause a critical alert to be sent to the user.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.PowerManagement
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public int SuggestedCriticalBatteryCharge { get; }
Visual Basic (Declaration)
Public ReadOnly Property SuggestedCriticalBatteryCharge As Integer
Visual C++
public:
property int SuggestedCriticalBatteryCharge {
	int get ();
}

Field Value

An Int32 value.

See Also