共用方式為


SPUserCodeService.AspNetRootFolder property

取得或設定服務要求來自外部ASP.NET沙箱化解決方案的根資料夾的完整路徑。

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

Syntax

'宣告
Public Property AspNetRootFolder As String
    Get
    Set
'用途
Dim instance As SPUserCodeService
Dim value As String

value = instance.AspNetRootFolder

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

Property value

Type: System.String
來自外部ASP.NET沙箱化解決方案服務要求的根資料夾的完整路徑。

請參閱

參照

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace