TheCommonUtils..::..GetSetting Method
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Returns a setting either known in the current Settings array or set as an environment variable or in App.Config
First it looks into App.config and if this does not contain the setting it falls back to the existing MySettings and if that does not have the entry it looks in the environment variables.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public static string GetSetting( string key )
<ObsoleteAttribute> _ Public Shared Function GetSetting ( _ key As String _ ) As String
[ObsoleteAttribute] public: static String^ GetSetting( String^ key )
Parameters
- key
- Type: String