Share via


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

2/27/2008

Gets or sets a Boolean value that indicates whether the device supports disabling a tag permanently.

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

Syntax

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

/** @property */
public void set_CapDisableTag (boolean value)
public function get CapDisableTag () : boolean

public function set CapDisableTag (value : boolean)

Remarks

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

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