This documentation is archived and is not being maintained.

WorkItem::Store Property

Gets the WorkItemStore to which this work item belongs.

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

public:
property WorkItemStore^ Store {
	WorkItemStore^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemStore
The WorkItemStore to which this work item belongs.

Show: