MemberChangeConflict.OriginalValue Property
Gets the value of the field as it was when it was last retrieved from the database by the current process.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property OriginalValue As Object
Get
Private Set
'Usage
Dim instance As MemberChangeConflict
Dim value As Object
value = instance.OriginalValue
public Object OriginalValue { get; private set; }
Property Value
Type: System.Object
A Object that represents the value the field had in the database that last time it was retrieved by this current process.