SPSite.UserCodeEnabled - Propriété
Gets a value that indicates whether the user code service is enabled for the site collection.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UserCodeEnabled As Boolean
Get
'Utilisation
Dim instance As SPSite
Dim value As Boolean
value = instance.UserCodeEnabled
public bool UserCodeEnabled { get; }
Valeur de propriété
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.