This documentation is archived and is not being maintained.

WorkItemLinkType::IsOneToMany Property

Gets a flag that describes whether the target WorkItem must have only one link of this type.

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

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

Property Value

Type: System::Boolean
True if the target WorkItem must have only one link of this type; otherwise, false.

Show: