Gets the port.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
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; } |