This documentation is archived and is not being maintained.

IQueuedBuild::BuildController Property

Gets the build controller on which this queued build will be built.

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

property IBuildController^ BuildController {
	IBuildController^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildController
The build controller on which this queued build will be built.

Show: