Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
MetadataProviderServer.AdapterConfig Property

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

The default value is null. 

See Init in IMetadataProvider for details. 

 

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