Share via


Belt.AutoStopBackward 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 backward direction.

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

Syntax

'Declaration
Public MustOverride Property AutoStopBackward As Boolean
public abstract bool AutoStopBackward { get; set; }
public:
virtual property bool AutoStopBackward {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_AutoStopBackward ()

/** @property */
public abstract void set_AutoStopBackward (boolean value)
public abstract function get AutoStopBackward () : boolean

public abstract function set AutoStopBackward (value : boolean)

Remarks

The Boolean value of true indicates that the automatic stop feature in backward direction is enabled. If false, it is disabled. The belt automatically stops if an automatic stop condition becomes true.

If the CapAutoStopBackward 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.

See Also

Reference

Belt Class
Belt Members
Microsoft.PointOfService Namespace