Gets or sets the port number that the Mdex Engine is listening on.

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

Syntax

C#
[DefaultValueAttribute()]
public int MdexPort { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property MdexPort As Integer
Visual C++
[DefaultValueAttribute()]
public:
property int MdexPort {
	int get ();
	void set (int value);
}

See Also