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