TdHostName Property
Description
The host on which to run all tests in the current scheduler execution.
Property type
Read-write property
Syntax
Visual Basic
Public Property TdHostName As String
Remarks

Do not set the TDHostName if the test instances are to to run on the local host (RunAllLocally = True) or if hosts are going to be specified using RunOnHost.

If TDHostName is specified, do not set any value for RunAllLocally.

See Also