Share via


SPSite.UserCodeEnabled-Eigenschaft

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; }

Eigenschaftswert

Typ: 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.

Siehe auch

Referenz

SPSite Klasse

SPSite-Member

Microsoft.SharePoint-Namespace