Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
SDK Documentation
Area Class
Area Properties
 Web Property

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Area.Web Property (Microsoft.SharePoint.Portal.SiteData)
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)
Visual Basic (Declaration)
Public ReadOnly Property Web As SPWeb
Visual Basic (Usage)
Dim instance As Area
Dim value As SPWeb

value = instance.Web
C#
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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker