WorkItemLink 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.
A link between two work items.
[System.Runtime.Serialization.DataContract]
public class WorkItemLink : Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type WorkItemLink = class
interface ISecuredObject
Public Class WorkItemLink
Implements ISecuredObject
- Inheritance
-
WorkItemLink
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| WorkItemLink() | |
| WorkItemLink(String) |
internal use only - for ISecuredObject information |
Properties
| Rel |
The type of link. |
| Source |
The source work item. |
| Target |
The target work item. |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |