Click or drag to resize

RegistrySettingsBaseRetrieveSetting Method

Retrieves setting from registry. This method is for internal use.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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