Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
ExtendedTableInfo.Group Property

Readonly. The name of the Group of items contained in this table, as specified to the Server. This Group name is made of a space separated list of the names of the specified items.

C++
public: __property string Group;
C#
public override string Group;
Visual Basic
Public override Property Group() As string