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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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