Edit

Share via


WorkItemQueryResult Class

Definition

The result of a work item query.

[System.Runtime.Serialization.DataContract]
public class WorkItemQueryResult : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type WorkItemQueryResult = class
    inherit BaseSecuredObject
Public Class WorkItemQueryResult
Inherits BaseSecuredObject
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemQueryResult
Attributes

Constructors

WorkItemQueryResult()
WorkItemQueryResult(ISecuredObject)

Properties

AsOf

The date the query was run in the context of.

Columns

The columns of the query.

QueryResultType

The result type

QueryType

The type of the query

SortColumns

The sort columns of the query.

WorkItemRelations

The work item links returned by the query.

WorkItems

The work items returned by the query.

Applies to