This documentation is archived and is not being maintained.

IBuildServer::GetBuildController Method (String)

Retrieves a single build controller using the specified display name. A wildcard character may be specified, but if more than one controller is matched than an exception is thrown.

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

IBuildController^ GetBuildController(
	String^ name
)

Parameters

name
Type: System::String

The display name of the build controller (wildcard characters allowed)

Return Value

Type: Microsoft.TeamFoundation.Build.Client::IBuildController
The discovered build controller

Show: