Share via


Keylock.CapKeylockType Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds a value that indicates the type of the keylock.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapKeylockType As KeylockType
public virtual KeylockType CapKeylockType { get; }
public:
virtual property KeylockType CapKeylockType {
    KeylockType get ();
}
/** @property */
public KeylockType get_CapKeylockType ()
public function get CapKeylockType () : KeylockType

Remarks

Holds a value that indicates the type of the keylock.

This property holds one of the following values:

Value

Meaning

Standard

Indicates that the Keylock device is a standard Keylock. This is equivalent to Services compatible with prior versions of the specification.

Electronic

Indicates that the Keylock device is an electronic keylock.

KeyPosition is updated by the service object 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

Keylock Class
Keylock Members
Microsoft.PointOfService Namespace
ElectronicKeyValue
KeyPosition
PositionCount