This documentation is archived and is not being maintained.

WorkItemType::Store Property

Gets the WorkItemStore that contains this work item type.

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 that contains this work item type.

Show: