WorkItemDeleteReference 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.
Reference to a deleted work item.
[System.Runtime.Serialization.DataContract]
public class WorkItemDeleteReference
type WorkItemDeleteReference = class
Public Class WorkItemDeleteReference
- Inheritance
-
WorkItemDeleteReference
- Derived
- Attributes
Constructors
| WorkItemDeleteReference() |
Properties
| Code |
The HTTP status code for work item operation in a batch request. |
| DeletedBy |
The user who deleted the work item type. |
| DeletedDate |
The work item deletion date. |
| Id |
Work item ID. |
| Message |
The exception message for work item operation in a batch request. |
| Name |
Name or title of the work item. |
| Project |
Parent project of the deleted work item. |
| Type |
Type of work item. |
| Url |
REST API URL of the resource |