Gets or sets the MDEX Engine host.

Namespace:  Endeca.Data.Provider.PresentationApi
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

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

See Also