Свойство SPSite.UserCodeEnabled

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

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public ReadOnly Property UserCodeEnabled As Boolean
    Get
'Применение
Dim instance As SPSite
Dim value As Boolean

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

Значение свойства

Тип: 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.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint