PredefinedQuery.Results Field
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.
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