FPCBackupRoute.SetServerAndPort
Method
Sets the server and port for the entity.
VBScript Syntax[VBScript]
FPCBackupRoute.SetServerAndPort( sServerName, lPort, lSSLPort)
C++ Syntax[C++]
HRESULT SetServerAndPort(
BSTR sServerName,
long lPort,
long lSSLPort
);
Parameters
- sServerName
- String that specifies the name of the server.
- lPort
- Long value that specifies the port number that the server
listens on. It can be a value from 1 to 65535.
- lSSLPort
- Long value that specifies the port number that the server
listens on for SSL connections. It can be a value from 1 to
65535.
Applies To
FPCBackupRoute