This documentation is archived and is not being maintained.

IBuildDetailSpec::QueryOrder Property

Gets or sets the ordering scheme to use when the user sets a maximum number of builds.

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

property BuildQueryOrder QueryOrder {
	BuildQueryOrder get ();
	void set (BuildQueryOrder value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::BuildQueryOrder
The ordering scheme to use when the user sets a maximum number of builds.

Show: