Share via


Gate.CapGateStatus Property

2/27/2008

Gets a Boolean value that indicates whether the gate can report a status.

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

Syntax

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

Remarks

If true, the gate can report status. If false, the service cannot determine whether the gate is open or closed.

This property is initialized 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

Gate Class
Gate Members
Microsoft.PointOfService Namespace