|
ActionAdapterBase.Settings Property
|
Gets settings
Dictionary<TKey, TValue> parsed when
ConnectionString was assigned.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-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
Dictionary<String,
String>Implements
IAdapter.Settings
See Also