SPList.ParentWeb - Propriété
Gets the parent Web site for the list.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ParentWeb As SPWeb
Get
'Utilisation
Dim instance As SPList
Dim value As SPWeb
value = instance.ParentWeb
public SPWeb ParentWeb { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPWeb
An SPWeb object that represents the parent Web site.