Click or drag to resize

SettingsBaseRetrieveSetting Method

Implementor should retrieve setting from 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 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