Share via


RFIDScanner.CapDisableTag Property

2/27/2008

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

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

Syntax

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

Remarks

The Boolean value of true indicates that the device supports disabling a tag permanently. The application should query this property before invoking the DisableTag method.

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

RFIDScanner Class
RFIDScanner Members
Microsoft.PointOfService Namespace