Language
Edit

PredefinedQuery.Results Field

Definition

The results of the query. This will be a set of WorkItem objects with only the 'id' set. The client is responsible for paging in the data as needed.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem> Results;
val mutable Results : seq<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItem>
Public Results As IEnumerable(Of WorkItem) 

Field Value

Attributes

Applies to