Edit

Share via


Build.Demands Property

Definition

A list of demands that represents the agent capabilities required by this build.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Demand> Demands { get; set; }
member this.Demands : System.Collections.Generic.List<Microsoft.TeamFoundation.Build.WebApi.Demand> with get, set
Public Property Demands As List(Of Demand)

Property Value

Attributes

Applies to