Item Property

EntitySet(Of TEntity).Item Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the element at the specified index.

Namespace:  System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

'Declaration
Public Property Item ( _
	index As Integer _
) As TEntity

Parameters

index
Type: System.Int32
The index of the element.

Property Value

Type: TEntity
An EntitySet(Of TEntity) representing the item.

Implements

IList(Of T).Item(Int32)

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft