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)

Syntax

'Declaration
Public Property QueryOrder As BuildQueryOrder
public BuildQueryOrder QueryOrder { get; set; }
public:
property BuildQueryOrder QueryOrder {
    BuildQueryOrder get ();
    void set (BuildQueryOrder value);
}
member QueryOrder : BuildQueryOrder with get, set
function get QueryOrder () : BuildQueryOrder 
function set QueryOrder (value : BuildQueryOrder)

Property Value

Type: Microsoft.TeamFoundation.Build.Client.BuildQueryOrder
Returns BuildQueryOrder.

.NET Framework Security

See Also

Reference

BuildDeploymentSpec Class

Microsoft.TeamFoundation.Build.Client Namespace