Share via


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

2/27/2008

Gets or sets the number of writable fields in the tag.

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

Syntax

'Declaration
Public Property CapWriteTag As WriteTagSections
public WriteTagSections CapWriteTag { get; set; }
public:
property WriteTagSections CapWriteTag {
    WriteTagSections get ();
    void set (WriteTagSections value);
}
/** @property */
public WriteTagSections get_CapWriteTag ()

/** @property */
public void set_CapWriteTag (WriteTagSections value)
public function get CapWriteTag () : WriteTagSections

public function set CapWriteTag (value : 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.

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