This documentation is archived and is not being maintained.

Field::OriginalValue Property

Gets the value of this field as it existed when the work item was saved most recently.

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

public:
property Object^ OriginalValue {
	Object^ get ();
}

Property Value

Type: System::Object
The value of this field as it existed when the work item was saved most recently.

The original value of this field is the value at the previous Revision of the WorkItem.

Show: