MemberChangeConflict.CurrentValue Property
Gets the value of the field in the current process, the client value.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property CurrentValue As Object
Get
Private Set
'Usage
Dim instance As MemberChangeConflict
Dim value As Object
value = instance.CurrentValue
public Object CurrentValue { get; private set; }
Property Value
Type: System.Object
A Object that represents the value of the field after the most recent change, if any, made in the current process.