Click or drag to resize

AppSettingsBaseStoreSetting Method

Stores setting to configuration file. This method is for internal use.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.284-beta+805ed69bbaa748bda5f49830845a2ffff2791ae0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected override 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