Share via


SPUserCodeService.AspNetRootFolder property

Gets or sets the full path of the root folder for sandboxed solution service requests that originate outside ASP.NET.

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

Syntax

'Declaration
Public Property AspNetRootFolder As String
    Get
    Set
'Usage
Dim instance As SPUserCodeService
Dim value As String

value = instance.AspNetRootFolder

instance.AspNetRootFolder = value
public string AspNetRootFolder { get; set; }

Property value

Type: System.String
The full path of the root folder for sandboxed solution service requests that originate outside ASP.NET.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace