Share via


Belt.SecurityFlapForwardOpened Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the Boolean value that indicates whether the security flap in forward direction is open.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property SecurityFlapForwardOpened As Boolean
public abstract bool SecurityFlapForwardOpened { get; }
public:
virtual property bool SecurityFlapForwardOpened {
    bool get () abstract;
}
/** @property */
public abstract boolean get_SecurityFlapForwardOpened ()
public abstract function get SecurityFlapForwardOpened () : boolean

Remarks

If the Boolean value is true, the security flap in forward direction is open. Otherwise, it is closed. An appropriate StatusUpdateEvent event indicates that a status change will be enqueued.

If the CapSecurityFlapForward property is false, this property is always false.

This property is initialized and kept current while the device is enabled.

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