This documentation is archived and is not being maintained.

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)

public:
property bool IsForwardLink {
	bool get ();
}

Property Value

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

The forward end of the link is the target.

Show: