Represents the group of Endeca-related configuration sections.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationSectionGroup
    Endeca.Data.Configuration..::.EndecaSectionGroup

See Also