ConfigurationSectionGroup Hierarchy

The following table lists the classes derived from System.Configuration.ConfigurationSectionGroup .

Derived Classes

Class Description
System.Configuration.ApplicationSettingsGroup Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.
System.Configuration.UserSettingsGroup Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.
System.Net.Configuration.MailSettingsSectionGroup Initializes a new instance of the MailSettingsSection class.
System.Net.Configuration.NetSectionGroup Gets the section group information for the networking namespaces. This class cannot be inherited.
System.Transactions.Configuration.TransactionsSectionGroup Represents a configuration section that encapsulates and allows traversal of all the transaction configuration XML elements and attributes that are within this configuration section. This class cannot be inherited.
System.Web.Configuration.SystemWebCachingSectionGroup Configures the caching group within a configuration file. This class cannot be inherited.
System.Web.Configuration.SystemWebSectionGroup Allows the user to programmatically access the system.web group of the configuration file. This class cannot be inherited.
System.Xml.Serialization.Configuration.SerializationSectionGroup Handles the XML elements used to configure XML serialization.

See Also

Reference

ConfigurationSectionGroup Class
ConfigurationSectionGroup Members
System.Configuration Namespace
ConfigurationSectionGroup Class
ConfigurationSectionCollection Class
ConfigurationSection Class

Other Resources

Configuring Applications