 | 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.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static void RememberParameterSource(
string key,
string parameterSource,
string value
)
Public Shared Sub RememberParameterSource (
key As String,
parameterSource As String,
value As String
)
public:
static void RememberParameterSource(
String^ key,
String^ parameterSource,
String^ value
)
static member RememberParameterSource :
key : string *
parameterSource : string *
value : string -> unit
Parameters
- key String
- The key of the parameter.
- parameterSource String
- The source of the parameter.
- value String
- The value of the parameter.
See also