This documentation is archived and is not being maintained.

Revision::Item Property

Gets the value of the specified field in the work item of this revision.

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

public:
property Object^ Item[String^ name] {
	Object^ get (String^ name);
}

Parameters

name
Type: System::String

Property Value

Type: System::Object
The value of the specified field.

Show: