This documentation is archived and is not being maintained.

WorkItem::Type Property

Gets a WorkItemType object that represents the type of this work item.

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

public:
property WorkItemType^ Type {
	WorkItemType^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemType
A WorkItemType object that represents the type of this work item.

Show: