Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
ExtendedTableInfo.Schema Property

Readonly. The name of the Schema of fields used in this table, as specified to the Server. This Schema name is made of a space separated list of the names of the specified fields.

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