Click or drag to resize

SettingsBaseCreateValue Method

Adds a setting to the application's configuration file, if it doesn't already exist.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
Syntax
public void CreateValue(
	string name,
	Object value
)
View Source

Parameters

name  String
Field or property name.
value  Object
Setting value.
Remarks
Use this function to ensure a setting exists, it will not override an existing value.
See Also