This documentation is archived and is not being maintained.

IBuildServer::QueryBuildDefinitions Method (String)

Gets the build definitions for the specified team project.

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

array<IBuildDefinition^>^ QueryBuildDefinitions(
	String^ teamProject
)

Parameters

teamProject
Type: System::String

The team project for which build definitions are retrieved.

Return Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>
The build definitions for the specified team project.

Show: