This documentation is archived and is not being maintained.
QueryOptions Enumeration
Visual Studio 2013
Options for a query.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
| Member name | Description | |
|---|---|---|
| Agents | Query agents. | |
| All | Query all. | |
| BatchedRequests | The list of requests batched into this build should be returned. | |
| Controllers | Query controllers. | |
| Definitions | Query definitions. | |
| HistoricalBuilds | The list of builds associated with each request should be returned. | |
| None | Query nothing. | |
| Process | Query processes. | |
| Workspaces | Query workspaces. |
Show: