Share via


de la propiedad SPSite.UserCodeEnabled

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

Espacio de nombres:  Microsoft.SharePoint
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
Public ReadOnly Property UserCodeEnabled As Boolean
    Get
'Uso
Dim instance As SPSite
Dim value As Boolean

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

Valor de propiedad

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

Vea también

Referencia

clase SPSite

Miembros SPSite

Espacio de nombres Microsoft.SharePoint