This documentation is archived and is not being maintained.

IBuildRequest::BuildDefinition Property

Gets the build definition for which the requested build should be started.

Provides default values for BuildController and DropLocation.

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

property IBuildDefinition^ BuildDefinition {
	IBuildDefinition^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinition
The build definition for which the requested build should be started.
Provides default values for BuildController and DropLocation.

Show: