Share via


AggregationWebPart.QuerySiteCollection property

Reserved for internal use only.

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

Syntax

'Declaration
<ResourcesAttribute("QuerySiteCollectionName", "Data", "QuerySiteCollectionDesc")> _
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property QuerySiteCollection As Boolean
    Get
    Set
'Usage
Dim instance As AggregationWebPart
Dim value As Boolean

value = instance.QuerySiteCollection

instance.QuerySiteCollection = value
[ResourcesAttribute("QuerySiteCollectionName", "Data", "QuerySiteCollectionDesc")]
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public bool QuerySiteCollection { get; set; }

Property value

Type: System.Boolean

See also

Reference

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace