Description
Specify TCP/IP port to be used by Connect (default: 5001).
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ConnectPort() As short
|
[C#] |
---|
public short ConnectPort {get; set;}
|
[Managed C++] |
---|
public: __property short get_ConnectPort(); public: __property void set_ConnectPort(
short
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ConnectPort(
short * pVal
);
public: HRESULT put_ConnectPort(
short newVal
);
|
[Java] |
---|
public short getConnectPort();
public void setConnectPort(
short
);
|
Remarks
See Also