Edit

Share via


WorkItemLink Class

Definition

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

Applies to