Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Failures | Gets the array of failures for this query result. |
![]() |
QueuedBuilds | Gets the array of queued builds for this query result. |
Top