|
SettingsBaseStoreSetting Method
|
Implementor should store setting to configuration file (or other location).
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax function StoreSetting(name, setting, value);
View SourceParameters
- name String
- Field or property name, if useful (can be different from setting name).
- setting String
- Setting name.
- value String
- Setting value.
See Also