Gets or sets the port of the Endeca server.

Namespace:  Endeca.Data.Configuration
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[IntegerValidatorAttribute(MinValue = , MaxValue = , ExcludeRange = false)]
[ConfigurationPropertyAttribute("port", IsRequired = true)]
public int Port { get; set; }
Visual Basic (Declaration)
<IntegerValidatorAttribute(MinValue := , MaxValue := , ExcludeRange := False)> _
<ConfigurationPropertyAttribute("port", IsRequired := True)> _
Public Property Port As Integer
Visual C++
[IntegerValidatorAttribute(MinValue = , MaxValue = , ExcludeRange = false)]
[ConfigurationPropertyAttribute(L"port", IsRequired = true)]
public:
property int Port {
	int get ();
	void set (int value);
}

See Also