SPWebPartManager.UnauthorizedWebParts Property
Gets a collection of unauthorized Web Parts on the page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.