|
CategorizedSettingsElement.Update(Object, String, Boolean, SettingScope) Method
|
Updates setting information.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.242-beta+5de70bd1c87865d409ebc16b8886196644c0c750
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