IQueuedBuildQueryResult Interface

The interface for the result of a query for IQueuedBuilds.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Interface IQueuedBuildQueryResult
public interface IQueuedBuildQueryResult
public interface class IQueuedBuildQueryResult
type IQueuedBuildQueryResult =  interface end
public interface IQueuedBuildQueryResult

The IQueuedBuildQueryResult type exposes the following members.

Properties

  Name Description
Public property Failures Gets the array of failures for this query result.
Public property QueuedBuilds Gets the array of queued builds for this query result.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace