|
AppSettingsBaseCreateSetting Method
|
Create setting in configuration file if it doesn't already exist.
This method is for internal use.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
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