Share via


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

2/27/2008

Gets or sets the ID of the present tag.

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

Syntax

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

/** @property */
public void set_CurrentTagId (byte[] value)
public function get CurrentTagId () : byte[]

public function set CurrentTagId (value : byte[])

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