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
'Déclaration
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 | |
---|---|---|
Failures | Gets the array of failures for this query result. | |
QueuedBuilds | Gets the array of queued builds for this query result. |
Top