 | AppSettingsRegistryGetParametersSources method |
Returns a dictionary that contains the name of the source for each parameter.
and the last value.
Can be helpful for troubleshooting in certain cases.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.AppEnvReader (in NetEti.AppEnvReader.dll) Version: 1.0.0+903a007d8850bcbaf700b4fedc513f6c16da77d4
Syntaxpublic static SortedDictionary<string, string> GetParametersSources()
Public Shared Function GetParametersSources As SortedDictionary(Of String, String)
public:
static SortedDictionary<String^, String^>^ GetParametersSources()
static member GetParametersSources : unit -> SortedDictionary<string, string>
Return value
SortedDictionaryString,
StringDictionary, which contains the name of the source and the last value for each parameter.
See also