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.
Gets the parent collection of list item objects to which the item belongs.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ListItems As SPListItemCollection
Get
'Usage
Dim instance As SPListItem
Dim value As SPListItemCollection
value = instance.ListItems
public SPListItemCollection ListItems { get; }
Property Value
Type: Microsoft.SharePoint.SPListItemCollection
An SPListItemCollection object that represents the collection of list items.