ListItemVersion.Fields property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As FieldCollection
Get
'Usage
Dim instance As ListItemVersion
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Property value
Type: Microsoft.SharePoint.Client.FieldCollection