WorkItemUpdate 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.
Describes an update to a work item.
[System.Runtime.Serialization.DataContract]
public class WorkItemUpdate : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemTrackingResource
type WorkItemUpdate = class
inherit WorkItemTrackingResource
Public Class WorkItemUpdate
Inherits WorkItemTrackingResource
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectWorkItemUpdate
- Attributes
Constructors
WorkItemUpdate() | |
WorkItemUpdate(ISecuredObject) |
Properties
Fields |
List of updates to fields. |
Id |
ID of update. |
Links |
Link references to related REST resources. (Inherited from WorkItemTrackingResource) |
Relations |
List of updates to relations. |
Rev |
The revision number of work item update. |
RevisedBy |
Identity for the work item update. |
RevisedDate |
The work item updates revision date. |
Url | (Inherited from WorkItemTrackingResourceReference) |
WorkItemId |
The work item ID. |