The port on the server to establish the connection.
Read-write property
[Visual Basic .NET] |
---|
Public Property Port() As Integer |
[C#] |
---|
public int Port {get; set;} |
[Managed C++] |
---|
public: __property int get_Port(); |
[Unmanaged C++] |
---|
public: HRESULT get_Port( long * pPort ); public: HRESULT put_Port( long Port ); |
[Java] |
---|
public int getPort(); public void setPort( int ); |