Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.