Proxy property for MdexPort.

Namespace:  Endeca.Web.UI.Design
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also