Share via


RFIDScanner.CapWriteTag Property

2/27/2008

Gets a flag that indicates if the Tag ID and Tag UserData fields are writable.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapWriteTag As WriteTagSections
public abstract WriteTagSections CapWriteTag { get; }
public:
virtual property WriteTagSections CapWriteTag {
    WriteTagSections get () abstract;
}
/** @property */
public abstract WriteTagSections get_CapWriteTag ()
public abstract function get CapWriteTag () : WriteTagSections

Remarks

The value of this property indicates only the write capability of the device and does not imply the write ability of any specific tag. The application should query this property before invoking writing methods.

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