|
CategorizedSettingsElementUpdate(Object, String, Boolean, SettingScope) Method
|
Updates setting information.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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