 | BasicAppSettingsGetParametersSources method |
Returns a dictionary containing the name of the source for each parameter.
Can be helpful for troubleshooting in certain cases.
Note: If the switch "DumpAppSettings" = true, this dictionary is logged in "Dispose".
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic SortedDictionary<string, string> GetParametersSources()
Public Function GetParametersSources As SortedDictionary(Of String, String)
public:
SortedDictionary<String^, String^>^ GetParametersSources()
member GetParametersSources : unit -> SortedDictionary<string, string>
Return value
SortedDictionaryString,
StringDictionary, which contains the name of the source for each parameter.
See also