Gets the last tag read by the reader - this tag may or may not still be on the reader - use TagPresent to find out.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public string LastTag { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastTag As String
Visual C++
public:
property String^ LastTag {
	String^ get ();
}

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also