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

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