ObjectChangeConflict.IsDeleted Property

Gets a value that indicates whether the list item had been deleted from the database before the SubmitChanges(ConflictMode) method was called.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Property IsDeleted As Boolean
    Get
    Friend Set
'Usage
Dim instance As ObjectChangeConflict
Dim value As Boolean

value = instance.IsDeleted
public bool IsDeleted { get; internal set; }

Property Value

Type: System.Boolean
true if the list item had been deleted; otherwise false.

See Also

Reference

ObjectChangeConflict Class

ObjectChangeConflict Members

Microsoft.SharePoint.Linq Namespace