Gets the remote TCP/IP port this GatewayConnection is or was connected to.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.0
Syntax
| C# |
|---|
public int Port { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Port As Integer Get |
| Visual C++ |
|---|
public: property int Port { int get (); } |