| 
            
              IndependentOutputAdapterManagerBaseCustomAdapterSettings Property
             | 
          
        
        
            Gets any custom adapter settings to be added to each adapter connection string. Can be used to add
            settings that are custom per adapter.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic virtual string CustomAdapterSettings { get; }Public Overridable ReadOnly Property CustomAdapterSettings As String
	Get
public:
virtual property String^ CustomAdapterSettings {
	String^ get ();
}abstract CustomAdapterSettings : string with get
override CustomAdapterSettings : string with get
function get_CustomAdapterSettings();
 View SourceProperty Value
StringImplements
IIndependentAdapterManagerCustomAdapterSettings
See Also