Get and sets the hostname of the MDEX Engine.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string Hostname { get; set; }
Visual Basic
Public Overridable Property Hostname As String
	Get
	Set
Visual C++
public:
virtual property String^ Hostname {
	String^ get ();
	void set (String^ value);
}

Field Value

The hostname of the MDEX Engine. null if hostname has not been set.

See Also