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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.