WorkItemQueryClause.Clauses 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.
Child clauses if the current clause is a logical operator
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemQueryClause> Clauses { get; set; }
member this.Clauses : seq<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemQueryClause> with get, set
Public Property Clauses As IEnumerable(Of WorkItemQueryClause)
Property Value
- Attributes