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