Click or drag to resize

IniSettingsBaseCreateSetting Method

Create setting in INI 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.255-beta+d64b121002b51165b41b0dbf6ccf4c8d3895faa3
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