This documentation is archived and is not being maintained.

IBuildServiceHost::Controller Property

Gets the build controller that is associated with this service host.

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

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

Property Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildController
The build controller that is associated with this service host.

Show: