WorkItemQueryResult Class
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 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.BaseSecuredObjectWorkItemQueryResult
- 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. |