IBuildServiceHostQueryResult Interface
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
'Declaração
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