SPListItem.ListItems Property (Microsoft.SharePoint)
Gets the parent collection of list item objects to which the item belongs.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property ListItems As SPListItemCollection
Visual Basic (Usage)
Dim instance As SPListItem
Dim value As SPListItemCollection

value = instance.ListItems
C#
public SPListItemCollection ListItems { get; }

Property Value

An SPListItemCollection object that represents the collection of list items.
See Also

Tags :


Page view tracker