Lightstreamer Silverlight Client 1.4.2
ContentsIndexHome
PreviousUpNext
SimpleTableInfo.Selector Property

The name of an optional selector to be applied by the Server to the updates pertaining to all the Items in the Group. The name of a Selector will be interpreted by the Metadata Adapter.

C++
public: __property string Selector;
C#
public virtual string Selector;
Visual Basic
Public virtual Property Selector() As string