ChangeConflictCollection::Item Property (Int32)
.NET Framework (current version)
Returns an item in conflict.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property ObjectChangeConflict^ default[ int index ] { ObjectChangeConflict^ get(int index); }
Parameters
- index
-
Type:
System::Int32
Index in the collection of the item in conflict.
Property Value
Type: System.Data.Linq::ObjectChangeConflict^An ObjectChangeConflict representing the item in conflict.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: