Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of sandboxed solutions that are blocked in the Microsoft SharePoint Foundation farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property BlockedSolutions As SPBlockedSolutionCollection
Get
'Usage
Dim instance As SPUserCodeService
Dim value As SPBlockedSolutionCollection
value = instance.BlockedSolutions
public SPBlockedSolutionCollection BlockedSolutions { get; }
Property Value
Type: Microsoft.SharePoint.UserCode.SPBlockedSolutionCollection
The collection of sandboxed solutions that are blocked in the SharePoint Foundation farm.