Click or drag to resize

AppSettingsBaseCreateSetting Method

Create setting in configuration file if it doesn't already exist. This method is for internal use.

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