Specifies the data that should be returned from a query and also to the data directly queried.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientEnumAttribute(ClientVisibility.Internal)> _
<FlagsAttribute> _
Public Enumeration QueryOptions2010
[ClientEnumAttribute(ClientVisibility.Internal)]
[FlagsAttribute]
public enum QueryOptions2010
[ClientEnumAttribute(ClientVisibility::Internal)]
[FlagsAttribute]
public enum class QueryOptions2010
[<ClientEnumAttribute(ClientVisibility.Internal)>]
[<FlagsAttribute>]
type QueryOptions2010
public enum QueryOptions2010
Members
| Member name | Description | |
|---|---|---|
| Agents | Build agents should be returned. | |
| All | All extra data should be returned. | |
| Controllers | Build controllers should be returned. | |
| Definitions | Build Definitions should be returned. | |
| None | No extra data should be returned. | |
| Process | Process templates should be returned. Implies the Definitions option. | |
| Workspaces | Build definition workspaces should be returned. Implies the Definitions option. | 
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace