ChangeConflictCollection.Item Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns an item in conflict.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ObjectChangeConflict
public ObjectChangeConflict this[
int index
] { get; }
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.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.