SPUserCodeService.Local Property
Gets the main user code service that is associated with this farm.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared ReadOnly Property Local As SPUserCodeService
Get
'Usage
Dim value As SPUserCodeService
value = SPUserCodeService.Local
public static SPUserCodeService Local { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPUserCodeService
The main service.