Share via


ListItemVersion.Item property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    fieldName As String _
) As Object
    Get
'Usage
Dim instance As ListItemVersion
Dim fieldName As String
Dim value As Object

value = instance.Item(fieldName)
public Object this[
    string fieldName
] { get; }

Parameters

Property value

Type: System.Object

See also

Reference

ListItemVersion class

ListItemVersion members

Microsoft.SharePoint.Client namespace