Share via


LookupList<T>.Item property

Gets or sets the item at the specified index.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As T
    Get
    Set
'Usage
Dim instance As LookupList
Dim index As Integer
Dim value As T

value = instance(index)

instance(index) = value
public T this[
    int index
] { get; set; }

Parameters

Property value

Type: T

Implements

IList<T>.Item[Int32]

See also

Reference

LookupList<T> class

LookupList<T> members

Microsoft.SharePoint.Linq namespace