RemoteHost

Returns or sets the remote machine to which a control sends or receives data. String value that can either be a host name, for example, "ftp.microsoft.com" or an IP address string in dotted format, such as "100.0.1.1".

Syntax

object.RemoteHost = string

The parts of the RemoteHost property syntax are described in the following table.

Part Description
object An object expression that evaluates to an object.
string The name or address of the remote computer.

Data Type

String.

Remarks

At run time, changing this value has no effect until the next connection.