Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the current service is provisioned and running as expected.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property IsEnabled As Boolean
Get
'Usage
Dim instance As SPUserCodeService
Dim value As Boolean
value = instance.IsEnabled
public bool IsEnabled { get; }
Type: System.Boolean
true if the current service is provisioned and running as expected; otherwise, false.