10 [Obsolete(
"This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")]
15 return ConfigurationManager.AppSettings;
27 [Obsolete(
"This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
30 return ConfigurationManager.GetSection(sectionName);
static object GetConfig(string sectionName)
Returns the T:System.Configuration.ConfigurationSection object for the passed configuration section n...
Represents a collection of associated T:System.String keys and T:System.String values that can be acc...
static NameValueCollection AppSettings
Gets a read-only T:System.Collections.Specialized.NameValueCollection of the application settings sec...
Provides runtime versions 1.0 and 1.1 support for reading configuration sections and common configura...