Gets or sets the host name of the Endeca server.

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

Syntax

C#
[ConfigurationPropertyAttribute("hostName", IsRequired = true)]
public string HostName { get; set; }
Visual Basic (Declaration)
<ConfigurationPropertyAttribute("hostName", IsRequired := True)> _
Public Property HostName As String
Visual C++
[ConfigurationPropertyAttribute(L"hostName", IsRequired = true)]
public:
property String^ HostName {
	String^ get ();
	void set (String^ value);
}

See Also