This documentation is archived and is not being maintained.

FieldCollection::Item Property (CoreField)

Gets the Field in this collection that is the specified CoreField member.

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

public:
property Field^ Item[CoreField coreField] {
	Field^ get (CoreField coreField);
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Field
The Field in this collection that is the specified CoreField member.

Show: