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.181-beta
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