Share via


RFIDDataEventArgs.CurrentTags Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the list of current tags.

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

Syntax

'Declaration
Public ReadOnly Property CurrentTags As IList(Of RFIDTag)
public IList<RFIDTag> CurrentTags { get; }
public:
property IList<RFIDTag^>^ CurrentTags {
    IList<RFIDTag^>^ get ();
}
/** @property */
public IList<RFIDTag> get_CurrentTags ()
public function get CurrentTags () : IList<RFIDTag>

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

RFIDDataEventArgs Class
RFIDDataEventArgs Members
Microsoft.PointOfService.BaseServiceObjects Namespace