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
index
Type: System.Int32The index of the item.
Property Value
Type: T