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
Public property Builds Gets the array of builds for this query result.
Public property Failures Gets the array of failures for this query result.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace