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