This documentation is archived and is not being maintained.

WorkItemLinkType::IsDirectional Property

Gets a flag that describes a directional link type.

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

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

Property Value

Type: System::Boolean
True if the link type is directional; otherwise, false.

Show: