共用方式為


AggregationWebPart.QuerySiteCollection property

僅保留供內部使用。

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

Syntax

'宣告
<ResourcesAttribute("QuerySiteCollectionName", "Data", "QuerySiteCollectionDesc")> _
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property QuerySiteCollection As Boolean
    Get
    Set
'用途
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

請參閱

參照

AggregationWebPart class

AggregationWebPart members

Microsoft.SharePoint.WebPartPages namespace