Build.Demands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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