Condividi tramite


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 Property Item ( _
    index As Integer _
) As T
    Get
    Set
'Usage
Dim instance As LookupList
Dim index As Integer
Dim value As T

value = instance.Item(index)

instance.Item(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