PosPower.CapRestartPos Property
2/27/2008
Gets a Boolean value that indicates whether the device can explicitly restart the POS system.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CapRestartPos As Boolean
public virtual bool CapRestartPos { get; }
public:
virtual property bool CapRestartPos {
bool get ();
}
/** @property */
public boolean get_CapRestartPos ()
public function get CapRestartPos () : boolean
Remarks
If set to true, the device can explicitly restart the POS system.
CapRestartPos 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