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