SPListItemVersion.Item Property (Int32)
Gets the value that is contained by the item version at the specified index in the collection of fields that is associated with the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As Object
Get
'Usage
Dim instance As SPListItemVersion
Dim index As Integer
Dim value As Object
value = instance.Item(index)
public Object this[
int index
] { get; }
Parameters
index
Type: System.Int32A 32-bit integer that specifies the index of the field with respect to the collection of fields in the list.
Property Value
Type: System.Object
An object that represents the value of the field.