Represents the group of Endeca.Web configuration sections.

Namespace:  Endeca.Web.Configuration
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public sealed class EndecaWebSectionGroup : ConfigurationSectionGroup
Visual Basic (Declaration)
Public NotInheritable Class EndecaWebSectionGroup _
	Inherits ConfigurationSectionGroup
Visual C++
public ref class EndecaWebSectionGroup sealed : public ConfigurationSectionGroup

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationSectionGroup
    Endeca.Web.Configuration..::.EndecaWebSectionGroup

See Also