Gets and sets the port of the MDEX Engine.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual int Port { get; set; } |
| Visual Basic |
|---|
Public Overridable Property Port As Integer Get Set |
| Visual C++ |
|---|
public: virtual property int Port { int get (); void set (int value); } |