This documentation is archived and is not being maintained.
IWorkItemSummary Interface
Visual Studio 2013
Interface for a WorkItemSummary type of IBuildInformationNode. To obtain an IWorkItemSummary, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IWorkItemSummary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssignedTo | Gets or sets the user to whom this work item is assigned. |
![]() | Id | Gets the ID of the underlying IBuildInformationNode of the work item summary. |
![]() | Node | Gets the underlying IBuildInformationNode. |
![]() | Status | Gets or sets the status of this work item. |
![]() | Title | Gets or sets the title of this work item. |
![]() | Type | Gets or sets the type of this work item. |
![]() | WorkItemId | Gets or sets the ID of this work item. |
![]() | WorkItemUri | Gets or sets the uniform resource identifier (URI) of this work item. |
Show:
