Share via


PosPower.CapBatteryCapacityRemaining Property

2/27/2008

Gets a Boolean value that indicates whether the device can provide information about the remaining capacity of the battery.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property CapBatteryCapacityRemaining As Boolean
public virtual bool CapBatteryCapacityRemaining { get; }
public:
virtual property bool CapBatteryCapacityRemaining {
    bool get ();
}
/** @property */
public boolean get_CapBatteryCapacityRemaining ()
public function get CapBatteryCapacityRemaining () : boolean

Remarks

If set to true, the device can provide information about the remaining capacity of the battery.

CapBatteryCapacityRemaining is set by the service object, based on the capabilities of the device.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPower Class
PosPower Members
Microsoft.PointOfService Namespace