Share via


PosPower.CapVariableBatteryCriticallyLowThreshold Property

2/27/2008

Gets a Boolean value that indicates whether the device supports a variable threshold for critically low battery capacity reporting that can be set by the POS application.

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

Syntax

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

Remarks

If set to true, the device supports a variable threshold for critically low battery capacity reporting that can be set by the POS application.

CapVariableBatteryCriticallyLowThreshold 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