This documentation is archived and is not being maintained.

IBuildDetail::BuildController Property

Gets the build controller used to perform this build. May be null.

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 used to perform this build. May be null.

Show: