IP Property
Description
The IP address from which UFT One receives log framework messages.
Property type
Read-write property
Syntax
Visual Basic
Public Property IP As String
Return Type
Possible values:

  • Network (0.0.0.0). Enables UFT One to receive log messages from the log framework wherever it is located either on a remote computer on the network or on the local computer.
  • Local (127.0.0.1). Enables UFT One to receive log messages only from the log framework on the local computer.
Remarks

LogTracking properties can be set only before a run session begins. Therefore, if you use this automation property within a UFT One test or component, you can only retrieve the value.

Example
See Also