SPUsageUserCodeRequestsEntry.WorkerPid property
Gets or sets process identifier (ID) of the process 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 SPUsageUserCodeRequestsEntry
Dim value As Integer
value = instance.WorkerPid
instance.WorkerPid = value
public int WorkerPid { get; set; }
Property value
Type: System.Int32
The process ID of the process.
See also
Reference
SPUsageUserCodeRequestsEntry class