SPWebPartManager.UnauthorizedWebParts property

Gets a collection of unauthorized Web Parts on the page.

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

Syntax

'Declaration
Public ReadOnly Property UnauthorizedWebParts As ICollection
    Get
'Usage
Dim instance As SPWebPartManager
Dim value As ICollection

value = instance.UnauthorizedWebParts
public ICollection UnauthorizedWebParts { get; }

Property value

Type: System.Collections.ICollection
A collection of unauthorized Web Parts.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace