This documentation is archived and is not being maintained.

WorkItem::Item Property (CoreField)

Gets or sets the value of a field in this work item that is specified by the field ID.

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

public:
property Object^ Item[CoreField id] {
	Object^ get (CoreField id);
	void set (CoreField id, Object^ value);
}

Property Value

Type: System::Object
The object that is contained by the specified field.

Show: