This documentation is archived and is not being maintained.

IBuildServer::CreateBuildDefinitionSpec Method (String, String)

Creates a new build definition specification that can be used to query build definitions.

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

IBuildDefinitionSpec^ CreateBuildDefinitionSpec(
	String^ teamProject, 
	String^ definitionName
)

Parameters

teamProject
Type: System::String

The team project for which definitions can be queried.

definitionName
Type: System::String

The definition name to query. Wildcard characters are supported.

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinitionSpec
The new build definition specification.

Show: