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.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
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