Gets or sets the host name of the machine against which queries will be performed.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[DefaultValueAttribute("localhost")]
public string MdexHostName { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("localhost")> _
Public Property MdexHostName As String
Visual C++
[DefaultValueAttribute(L"localhost")]
public:
property String^ MdexHostName {
	String^ get ();
	void set (String^ value);
}

See Also