AggregationWebPart.Web Property

Reserved for internal use only.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property Web As SPWeb
    Get
    Set
'Usage
Dim instance As AggregationWebPart
Dim value As SPWeb

value = instance.Web

instance.Web = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public SPWeb Web { get; set; }

Property Value

Type: Microsoft.SharePoint.SPWeb

See Also

Reference

AggregationWebPart Class

AggregationWebPart Members

Microsoft.SharePoint.WebPartPages Namespace