Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
IUpdateInfo.ItemName Property

The name of the item involved in the current update, or null if a SimpleTableInfo was used to describe the related table.

C++
__property string ItemName;
C#
string ItemName;
Visual Basic
Property ItemName() As string