Folder.ListItemAllFields property
Specifies the list item field (2) values for the list item corresponding to the file.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ListItemAllFields As ListItem
Get
'Usage
Dim instance As Folder
Dim value As ListItem
value = instance.ListItemAllFields
public ListItem ListItemAllFields { get; }
Property value
Type: Microsoft.SharePoint.Client.ListItem