Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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 | |
---|---|---|
![]() |
Failures | Gets the query failures. |
![]() |
ServiceHosts | Gets the service hosts that are returned from the query. |
Top