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