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)

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.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace