Gets the collection of Server elements defined in the configuration section.

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

Syntax

C#
[ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
public ServerCollection Servers { get; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("", IsDefaultCollection := True)> _
Public ReadOnly Property Servers As ServerCollection
Visual C++
[ConfigurationPropertyAttribute(L"", IsDefaultCollection = true)]
public:
property ServerCollection^ Servers {
	ServerCollection^ get ();
}

See Also