Click or drag to resize

CategorizedSettingsElementUpdate(Object, String, Boolean, SettingScope) Method

Updates setting information.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public void Update(
	Object value,
	string description,
	bool encrypted,
	SettingScope scope
)
View Source

Parameters

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