Click or drag to resize

SettingsBaseCreateSetting Method

Implementor should create setting in configuration file (or other location).

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected abstract void CreateSetting(
	string name,
	string setting,
	string value
)
View Source

Parameters

name  String
Field or property name, if useful (can be different from setting name).
setting  String
Setting name.
value  String
Setting value.
See Also