Share via


SPListItemVersion.Fields Property

Gets the collection of fields that are used in the list that contains the item version.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property Fields As SPFieldCollection
    Get
'Usage
Dim instance As SPListItemVersion
Dim value As SPFieldCollection

value = instance.Fields
public SPFieldCollection Fields { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the list fields.

See Also

Reference

SPListItemVersion Class

SPListItemVersion Members

Microsoft.SharePoint Namespace