SPBlockedSolutionCollection Class

A collection of blocked sandboxed solutions.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.UserCode.SPBlockedSolutionCollection

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPBlockedSolutionCollection _
    Implements ICollection(Of SPBlockedSolution), IEnumerable(Of SPBlockedSolution),  _
    IEnumerable
'Usage
Dim instance As SPBlockedSolutionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPBlockedSolutionCollection : ICollection<SPBlockedSolution>, 
    IEnumerable<SPBlockedSolution>, IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPBlockedSolutionCollection Members

Microsoft.SharePoint.UserCode Namespace