SPSite.UserCodeEnabled Property

Gets a value that indicates whether the user code service is enabled for the site collection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property UserCodeEnabled As Boolean
    Get
'Usage
Dim instance As SPSite
Dim value As Boolean

value = instance.UserCodeEnabled
public bool UserCodeEnabled { get; }

Property Value

Type: System.Boolean
true if the SPUserCodeService.IsEnabled property returns true and if the user resource quota for the site collection is greater than zero; otherwise, false.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace