Share via


RFIDScannerProperties.CapLockTag Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets a Boolean value that indicates whether this reader supports locking a tag.

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

Syntax

'Declaration
Public Property CapLockTag As Boolean
public bool CapLockTag { get; set; }
public:
property bool CapLockTag {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_CapLockTag ()

/** @property */
public void set_CapLockTag (boolean value)
public function get CapLockTag () : boolean

public function set CapLockTag (value : boolean)

Remarks

The Boolean value of true indicates that the device supports locking a tag.

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

RFIDScannerProperties Class
RFIDScannerProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace