This documentation is archived and is not being maintained.
BuildServiceHost Class
Visual Studio 2013
Represents a build service host in a team project collection.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
The BuildServiceHost type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AcquiredOn | Gets or sets the date and time of registration with TFS if this service host is online, else returns DateTime.MinValue. |
![]() | BaseUrl | Gets or sets the base URL. |
![]() | ConnectedOn | Gets or sets the date and time of connection to the message queue if this service host is online, else returns DateTime.MinValue. |
![]() | IsVirtual | Gets a value indicating whether this service host is virtual. |
![]() | MessageQueueUrl | Gets the message queue address. This field is read only. |
![]() | Name | Gets or sets the display name. |
![]() | RequireClientCertificates | |
![]() | Status | Gets or sets the online status of the service host. |
![]() | StatusChangedOn | Gets the date and time of the last connection from the service host. |
![]() | Uri | Gets the URI. This field is read only. |
![]() | Version |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides Object::ToString().) |
Show:
