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)

Syntax

'Declaration
Public ReadOnly Property OriginalValue As Object
public Object OriginalValue { get; }
public:
property Object^ OriginalValue {
    Object^ get ();
}
member OriginalValue : Object with get
function get OriginalValue () : Object

Property Value

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

Remarks

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

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace