WebPartAdder.Included property

Gets a WebPartAdder.SelectorCollection that indicates which Web Parts from the site gallery will be included in the WebPartAdder.

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

Syntax

'Declaration
Public ReadOnly Property Included As WebPartAdder.SelectorCollection
    Get
'Usage
Dim instance As WebPartAdder
Dim value As WebPartAdder.SelectorCollection

value = instance.Included
public WebPartAdder.SelectorCollection Included { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection
A WebPartAdder.SelectorCollection that indicates which Web Parts from the site gallery will be included in the WebPartAdder.

See also

Reference

WebPartAdder class

WebPartAdder members

Microsoft.SharePoint.WebPartPages namespace