Click or drag to resize

AppSettingsRegistryRememberParametersSource method

Memorises the name of the source of the value of a transferred parameter in an enumeration for later debug output of all parameters and the ultimate sources of their values.

Namespace: NetEti.ApplicationEnvironment
Assembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntax
public static void RememberParameterSource(
	
	string key,
	
	string parameterSource,
	
	string value
)

Parameters

key  String
The key of the parameter.
parameterSource  String
The source of the parameter.
value  String
The value of the parameter.
See also