TCPIPAddress

The TCPIPAddress property specifies the TCP/IP address of the host system running the application. It can either be the actual TCP/IP address or the DNS name of the host system. This property must be set before calling the Connect method.

Syntax

Object.IPAddress

<Object> is an expression that evaluates to an instance of a Component Enabler connection object.

Returns

The current host IP address.

Example

LINCAPP.IPAddress = "102.39.46.230"