This topic has not yet been rated - Rate this topic

Area.Web Property

SharePoint 2007
Contains the associated storage of this area, such as document libraries or lists.

Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
public SPWeb Web { get; }

Property Value

String that represents the Web object that contains the associated storage of this area.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.