Share via


PosPower.CapSuspendPos Property

2/27/2008

Gets a Boolean value that indicates whether the device can request that the POS system enter a Suspend state.

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

Syntax

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

Remarks

If set to true, the device can request that the POS system enter a Suspend state.

CapSuspendPos 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