Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
DataProviderServer.AdapterConfig Property

The pathname of an optional configuration file for the Remote Data Adapter, to be passed to the Init method. 

The default value is null. 

See Init in IDataProvider for details. 

 

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