Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value of the list item field based on the specified index value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Property Item ( _
index As Integer _
) As Object
Get
Set
'Usage
Dim instance As SPSimpleItem
Dim index As Integer
Dim value As Object
value = instance.Item(index)
instance.Item(index) = value
public override Object this[
int index
] { get; set; }
Parameters
index
Type: System.Int32The zero-based index of the field.
Property Value
Type: System.Object
The value of the field that corresponds to the given index.