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)
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.