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
'Декларация
Public ReadOnly Property OriginalValue As Object
Get
public Object OriginalValue { get; }
public:
property Object^ OriginalValue {
Object^ get ();
}
member OriginalValue : Object
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.