Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets process identifier (ID) of the SPUCWorkerProcess.exe that is used to run the sandboxed solution request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WorkerPid As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Integer
value = instance.WorkerPid
instance.WorkerPid = value
public int WorkerPid { get; set; }
Property value
Type: System.Int32
The process ID of SPUCWorkerProcess.exe.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class