ChangeConflictCollection::Item Property (Int32)

 

Returns an item in conflict.

Namespace:   System.Data.Linq
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
Return to top
Show: