|
CategorizedSettingsElementUpdate(Object, String, Boolean, SettingScope) Method
|
Updates setting information.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntaxfunction Update(value, description, encrypted, scope);
View SourceParameters
- value Object
- New setting value.
- description String
- New setting description.
- encrypted Boolean
- A boolean value that indicated whether the new setting value is to be encrypted.
- scope SettingScope
- One of the SettingScope values.
See Also