Gets the port.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract int Port { get; }
Visual Basic
Public MustOverride ReadOnly Property Port As Integer
	Get
Visual C++
public:
virtual property int Port {
	int get () abstract;
}
F#
abstract Port : int with get

Property Value

Type: Int32
The listen port of the member

See Also