This documentation is archived and is not being maintained.

LinkCollection::WorkItem Property

Gets the WorkItem object that is associated with this LinkCollection instance.

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

public:
property WorkItem^ WorkItem {
	WorkItem^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItem
The WorkItem object that is associated with this LinkCollection instance.

Show: