Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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