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.
This interface represents the result of a query of IBuildDefinition objects.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IBuildDefinitionQueryResult
public interface IBuildDefinitionQueryResult
public interface class IBuildDefinitionQueryResult
type IBuildDefinitionQueryResult = interface end
public interface IBuildDefinitionQueryResult
The IBuildDefinitionQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Definitions | Gets the array of build definitions for this query result. |
![]() |
Failures | Gets the array of failures for this query results. |
Top