This documentation is archived and is not being maintained.

IBuildServer::CreateBuildDefinition Method

Creates a new build definition owned by the build server.

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

IBuildDefinition^ CreateBuildDefinition(
	String^ teamProject
)

Parameters

teamProject
Type: System::String

The team project under which the build definition will be created.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinition
The new build definition.

Show: