| 
            
              AdapterBaseSettings Property
             | 
          
        
        
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.258-beta
Syntaxpublic Dictionary<string, string> Settings { get; }Public ReadOnly Property Settings As Dictionary(Of String, String)
	Get
public:
virtual property Dictionary<String^, String^>^ Settings {
	Dictionary<String^, String^>^ get () sealed;
}abstract Settings : Dictionary<string, string> with get
override Settings : Dictionary<string, string> with get
 View SourceProperty Value
DictionaryString, 
StringImplements
IAdapterSettings
See Also