Share via


PosPower.CapShutdownPos Property

Indicates whether the device can shut down the POS.

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

Usage

'Usage
Dim posPower1 As PosPower

Dim returnValue As Boolean
returnValue = posPower1.CapShutdownPos

Syntax

'Declaration
Public MustOverride ReadOnly Property CapShutdownPos() As Boolean
public abstract bool CapShutdownPos {get;}
public: property virtual Boolean CapShutdownPos{
    Boolean get();
}
public abstract boolean get_CapShutdownPos();
public abstract function get CapShutdownPos() : Boolean;

Remarks

If TRUE, the device can explicitly shut down the POS; otherwise, FALSE.

CapShutdownPos is typically initialized to FALSE. It should then be updated 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosPower Class
PosPower Members
Microsoft.PointOfService Namespace
ShutdownPos