SPUserCodeServiceInstance.ServiceUrl property

Gets the Tranport Control Protocol (TCP) URL of the execution manager that is listening on the local server for requests for sandboxed solutions.

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

Syntax

'Declaration
Public ReadOnly Property ServiceUrl As String
    Get
'Usage
Dim instance As SPUserCodeServiceInstance
Dim value As String

value = instance.ServiceUrl
public string ServiceUrl { get; }

Property value

Type: System.String
The TCP URL of the local sandboxed code execution manager.

Remarks

An example of the value of this parameter is tcp://contoso:32846/SPUCExecutionHost.

See also

Reference

SPUserCodeServiceInstance class

SPUserCodeServiceInstance members

Microsoft.SharePoint.Administration namespace