WorkItemLinkTypeEnd.IsForwardLink Property

Gets a flag that describes whether this link type end is the forward end of the link.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property IsForwardLink As Boolean
public bool IsForwardLink { get; }
public:
property bool IsForwardLink {
    bool get ();
}
member IsForwardLink : bool with get
function get IsForwardLink () : boolean

Property Value

Type: System.Boolean
True if this link type end is the forward end of the link; otherwise, false.

Remarks

The forward end of the link is the target.

.NET Framework Security

See Also

Reference

WorkItemLinkTypeEnd Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace