Click or drag to resize

SettingsBaseStoreSetting Method

Implementor should store setting to configuration file (or other location).

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.276-beta+3dd4b43be3e31323696af3ab6b14b705e6420d69
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected abstract void StoreSetting(
	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