This documentation is archived and is not being maintained.

IBuildControllerQueryResult::Controllers Property

Gets the array of build controllers for this query result.

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

property array<IBuildController^>^ Controllers {
	array<IBuildController^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.Build.Client::IBuildController>
The array of build controllers for this query result.

Show: