HostName Property
Description
The name of the host planned to run this test instance.
Property type
Read-write property
Syntax
Visual Basic
Public Property HostName As String
Remarks
The host on which the test instance actually runs can be set differently from the planned HostName when running the test, either from TestLab module in the UI or by setting TSScheduler.RunOnHost.
See Also