RedirectedSectionElement Class

Configuration element for a redirected section.
The Name property is used to identify the redireced section, based on its section name.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Class RedirectedSectionElement _
    Inherits NamedConfigurationElement
public class RedirectedSectionElement : NamedConfigurationElement
public ref class RedirectedSectionElement : public NamedConfigurationElement
public class RedirectedSectionElement extends NamedConfigurationElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedConfigurationElement
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.RedirectedSectionElement

See Also

RedirectedSectionElement Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceSection