|
SettingsBaseCreateSetting Method
|
Implementor should create setting in configuration file (or other location).
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function CreateSetting(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