WorkItemRevisionReference 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.
Contains reference to a work item and its revision.
[System.Runtime.Serialization.DataContract]
public class WorkItemRevisionReference : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemReference
type WorkItemRevisionReference = class
inherit WorkItemReference
Public Class WorkItemRevisionReference
Inherits WorkItemReference
- Inheritance
- Attributes
Constructors
| WorkItemRevisionReference() |
Properties
| Id |
Work item ID. (Inherited from WorkItemReference) |
| Rev |
Revision number of the work item. |
| Url |
REST API URL of the resource (Inherited from WorkItemReference) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from WorkItemReference) |
| ISecuredObject.NamespaceId | (Inherited from WorkItemReference) |
| ISecuredObject.RequiredPermissions | (Inherited from WorkItemReference) |