Area.Web, propriété (Microsoft.SharePoint.Portal.SiteData)
Contains the associated storage of this area, such as document libraries or lists.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Web As SPWeb
'Utilisation
Dim instance As Area
Dim value As SPWeb
value = instance.Web
public SPWeb Web { get; }
Valeur de la propriété
String that represents the Web object that contains the associated storage of this area.
Remarques
An SPWeb object represents a SharePoint site. You should call the Area.Web.Close method for console applications written against the Microsoft Office SharePoint Portal Server 2003 object model. Your application might run out of memory if it does not call Area.Web.Close().This call is not needed for Web Parts and controls.
Voir aussi
Référence
Area, classe
Membres Area
Microsoft.SharePoint.Portal.SiteData, espace de noms