MemberChangeConflict.IsModified Property
Gets a value that indicates whether the current process on the front-end Web server has changed field value since it was last retrieved from the database.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property IsModified As Boolean
Get
Private Set
'Usage
Dim instance As MemberChangeConflict
Dim value As Boolean
value = instance.IsModified
public bool IsModified { get; private set; }
Property Value
Type: System.Boolean
true, if the value has been changed by the current process; otherwise, false.
Remarks
If IsModified is false, that does not mean that the current value matches the database value. Another user may have changed the value in the database.