ChangeConflictCollection.Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an item in conflict.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- index
- Type: System.Int32
Index in the collection of the item in conflict.
Property Value
Type: System.Data.Linq.ObjectChangeConflictAn ObjectChangeConflict representing the item in conflict.
Show: