This documentation is archived and is not being maintained.

IWorkItemSummary::Type Property

Gets or sets the type of this work item.

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

property String^ Type {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The type of this work item.

Show: