Gets the port.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract int Port { get; }
Public MustOverride ReadOnly Property Port As Integer
Get
public:
virtual property int Port {
int get () abstract;
}
abstract Port : int with get
Property Value
Type:
Int32The listen port of the member
See Also