ObjectChangeConflict.MemberConflicts Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection of all member conflicts that caused the update to fail.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public ReadOnly Property MemberConflicts As ReadOnlyCollection(Of MemberChangeConflict)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of MemberChangeConflict)A collection of member conflicts.
Show: