This documentation is archived and is not being maintained.

IBuildDetailSpec::QueryOptions Property

Gets or sets the additional data that will be returned from the queries.

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

property QueryOptions QueryOptions {
	QueryOptions get ();
	void set (QueryOptions value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::QueryOptions
The additional data that will be returned from the queries.

Show: