The interface for the result of a query for IBuildServiceHosts.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildServiceHostQueryResult
public interface IBuildServiceHostQueryResult
public interface class IBuildServiceHostQueryResult
type IBuildServiceHostQueryResult =  interface end
public interface IBuildServiceHostQueryResult
The IBuildServiceHostQueryResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Failures | Gets the query failures. | 
| .gif) | ServiceHosts | Gets the service hosts that are returned from the query. | 
Top