Gets or sets the ServersSection for this section group.

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

Syntax

C#
[ConfigurationPropertyAttribute("servers")]
public ServersSection Servers { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("servers")> _
Public Property Servers As ServersSection
Visual C++
[ConfigurationPropertyAttribute(L"servers")]
public:
property ServersSection^ Servers {
	ServersSection^ get ();
	void set (ServersSection^ value);
}

See Also