|   | IndependentActionAdapterManagerBaseTAdapterCustomAdapterSettings 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.257-beta
 Syntax
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();
Property Value
StringImplements
IIndependentAdapterManagerCustomAdapterSettings See Also
See Also