ACOnline Property

Vista Bridge Library

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

Gets a value that indicates whether the battery charger is operating on external power.

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

Syntax

C#
public bool ACOnline { get; }
Visual Basic (Declaration)
Public ReadOnly Property ACOnline As Boolean
Visual C++
public:
property bool ACOnline {
	bool get ();
}

Field Value

A Boolean value. True indicates the battery charger is operating on AC power.

See Also