IBuildQueryResult Interface
The interface for the result of a query for IBuildDetails.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildQueryResult
public interface IBuildQueryResult
public interface class IBuildQueryResult
type IBuildQueryResult = interface end
public interface IBuildQueryResult
The IBuildQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
Builds | Gets the array of builds for this query result. | |
Failures | Gets the array of failures for this query result. |
Top