Proxy property for MdexHostName.

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

Syntax

C#
public string MdexHostName { get; set; }
Visual Basic (Declaration)
Public Property MdexHostName As String
Visual C++
public:
property String^ MdexHostName {
	String^ get ();
	void set (String^ value);
}

See Also