|  | The Network Suite functionality is deprecated. We don’t recommend using it for distributed testing. Consider using a CI/CD system for managing distributed tests. See Migrating Distributed Tests to CI/CD Systems for details. In case you need to run web tests on multiple environments in parallel, you can also try using your project’s Execution Plan. | 
The Host object contains the following properties:
Property List
| Name | Description | 
|---|---|
| Address | Specifies the unique address that identifies the given host. | 
| BasePath | Specifies the base path on the given host. | 
| Domain | Specifies the domain which the user specified by the UserNameproperty belongs to. | 
| Index | Returns the index of the given host in the network suite's host collection. | 
| LogonMode | Specifies how TestComplete will open a user session on the given host and log in to it after the network suite starts running. | 
| Name | Returns the unique name of the given host in the network suite's host collection. | 
| Password | Specifies a password for the user account that will be used to log in on the given host. | 
| ProjectSourcePath | Specifies the path to the master computer directory where the needed slave project is located. | 
| State | Returns the state of the given host. | 
| UserName | Specifies the user account that will be used to log in on the given host. | 
