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.

See also

Reference

MemberChangeConflict class

MemberChangeConflict members

Microsoft.SharePoint.Linq namespace