Lightstreamer .Net Adapter 1.7
ContentsIndexHome
PreviousUpNext
TableInfo.WinIndex Property

Readonly. Only significant for very old versions of the client, for which it returns the identifier of the Window to which the Table belongs. Otherwise, it should return always 1.

C++
public: __property int WinIndex;
C#
public int WinIndex;
Visual Basic
Public Property WinIndex() As Integer