Keylock.PositionCount Property
2/27/2008
Holds the total number of keylock positions on the Keylock device.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PositionCount As Integer
public abstract int PositionCount { get; }
public:
virtual property int PositionCount {
int get () abstract;
}
/** @property */
public abstract int get_PositionCount ()
public abstract function get PositionCount () : int
Remarks
PositionCount is updated by the service object while the device is enabled. If CapKeylockType is Electronic this property is meaningless and holds a value of 0.
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
Keylock Class
Keylock Members
Microsoft.PointOfService Namespace