Compartilhar via


AggregationWebPart.Web property

Reservado para uso interno apenas.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property Web As SPWeb
    Get
    Set
'Uso
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

Ver também

Referência

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace