Represents the collection of Server elements defined in a configuration file.

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

Syntax

C#
public class ServerCollection : ConfigurationElementCollection<Server>
Visual Basic (Declaration)
Public Class ServerCollection _
	Inherits ConfigurationElementCollection(Of Server)
Visual C++
public ref class ServerCollection : public ConfigurationElementCollection<Server^>

Inheritance Hierarchy

See Also