Belt.AutoStopForward Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets or sets the Boolean value that indicates whether the belt may automatically stop in forward direction.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride Property AutoStopForward As Boolean
public abstract bool AutoStopForward { get; set; }
public:
virtual property bool AutoStopForward {
bool get () abstract;
void set (bool value) abstract;
}
/** @property */
public abstract boolean get_AutoStopForward ()
/** @property */
public abstract void set_AutoStopForward (boolean value)
public abstract function get AutoStopForward () : boolean
public abstract function set AutoStopForward (value : boolean)
Remarks
The Boolean value of true indicates that the automatic stop feature in forward direction is enabled. If false, it is disabled. The belt automatically stops if an automatic stop condition becomes true.
If the CapAutoStopForward property is false, this property is always false.
This property is initialized to false by the Open method.
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.