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 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)
Available in Sandboxed Solutions: No
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.