Click or drag to resize

CategorizedSettingsElementUpdate(Object, String, Boolean) Method

Updates setting information.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.292-beta+ff8619a567cbba310ce07bc35aa2d66c4852a948
Syntax
public void Update(
	Object value,
	string description,
	bool encrypted
)
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.
See Also