|
SettingsBaseCreateSetting Method
|
Implementor should create setting in configuration file (or other location).
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxfunction 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