SPUserCodeService.TypeName property

Gets the friendly name used to describe the instance of the service that runs sandboxed solutions.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TypeName As String
    Get
'Usage
Dim instance As SPUserCodeService
Dim value As String

value = instance.TypeName
public override string TypeName { get; }

Property value

Type: System.String
The friendly name that appears in the Central Administration UI.

Remarks

This override returns Microsoft SharePoint Foundation Sandboxed Code Service. In the Windows Services UI, the service is called SharePoint 2010 User Code Host.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace