ObjectChangeConflict.MemberConflicts Property
Gets a collection of objects that represent the discrepancies between the current values of the list item’s fields and the values they have in the database.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Property MemberConflicts As ReadOnlyCollection(Of MemberChangeConflict)
Get
Private Set
'Usage
Dim instance As ObjectChangeConflict
Dim value As ReadOnlyCollection(Of MemberChangeConflict)
value = instance.MemberConflicts
public ReadOnlyCollection<MemberChangeConflict> MemberConflicts { get; private set; }
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MemberChangeConflict>
A ReadOnlyCollection<T> of MemberChangeConflict objects that represent the discrepancies.
Remarks
At least one discrepancy is caused by a change another user has made since the current user retrieved the list item; but some may be caused by changes the current user has made.