SPList.Lists - Propriété
Gets the parent collection of lists to which the list belongs.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Lists As SPListCollection
Get
'Utilisation
Dim instance As SPList
Dim value As SPListCollection
value = instance.Lists
public SPListCollection Lists { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPListCollection
An SPListCollection object that represents the parent collection of lists.