This documentation is archived and is not being maintained.

WorkItemType::Project Property

Gets the Project to which this work item type belongs.

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

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

Property Value

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

Show: