Click or drag to resize

AppSettingsBaseRetrieveSetting Method

Retrieves setting from configuration file. This method is for internal use.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected override string RetrieveSetting(
	string name,
	string setting
)
View Source

Parameters

name  String
Field or property name, if useful (can be different from setting name).
setting  String
Setting name.

Return Value

String
Setting value.
See Also