Share via


SPUserCodeService.BlockedSolutions Property

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.

See Also

Reference

SPUserCodeService Class

SPUserCodeService Members

Microsoft.SharePoint.Administration Namespace