This documentation is archived and is not being maintained.

WorkItem::Fields Property

Gets the FieldCollection object that contains the Fields of this work item.

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

public:
property FieldCollection^ Fields {
	FieldCollection^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::FieldCollection
The FieldCollection object that contains the Fields of this work item.

Show: