This documentation is archived and is not being maintained.

IQueuedBuildsView::QueryOptions Property

Gets or sets the query options to use when querying the QueuedBuilds property.

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 query options to use when querying the QueuedBuilds property.

Show: