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)

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