This documentation is archived and is not being maintained.

BuildDeploymentSpec::QueryOrder Property

Gets or sets the desired order of the deployments returned.

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

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

Show: