MaxCharge Property

Vista Bridge Library

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

Gets the maximum charge of the battery (in mW).

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 MaxCharge { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxCharge As Integer
Visual C++
public:
property int MaxCharge {
	int get ();
}

Field Value

An Int32 value.

See Also