This documentation is archived and is not being maintained.

IBuildDefinition::BuildController Property

Gets or sets the build controller that builds this build definition.

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

property IBuildController^ BuildController {
	IBuildController^ get ();
	void set (IBuildController^ value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildController
The build controller that builds this build definition.

Show: