This documentation is archived and is not being maintained.

IBuildRequest::BuildController Property

Gets or sets the build controller that will start the requested build.

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 will start the requested build.

Show: