Share via


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

2/27/2008

Gets or sets the data that is read from the physical tag.

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

Syntax

'Declaration
Public Property CurrentTagUserData As Byte()
public byte[] CurrentTagUserData { get; set; }
public:
property array<unsigned char>^ CurrentTagUserData {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_CurrentTagUserData ()

/** @property */
public void set_CurrentTagUserData (byte[] value)
public function get CurrentTagUserData () : byte[]

public function set CurrentTagUserData (value : byte[])

Remarks

If it is a partial read, it populates it with the targeted segment.

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