SPUserCodeServiceInstance.ServiceUrl property
取得執行主管的沙箱化解決方案的要求聆聽本機伺服器上的傳輸控制通訊協定 (TCP) URL。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ServiceUrl As String
Get
'用途
Dim instance As SPUserCodeServiceInstance
Dim value As String
value = instance.ServiceUrl
public string ServiceUrl { get; }
Property value
Type: System.String
本機沙箱化程式碼執行管理員 TCP URL。
備註
此參數的範例是值的tcp://contoso:32846/SPUCExecutionHost。
請參閱
參照
SPUserCodeServiceInstance class