SPUsageUserCodeRequestsMonitoredDataEntry.ProxyPid Property
Gets or sets the process identifier (ID) of the SPUCWorkerProcessProxy.exe 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 ProxyPid As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Integer
value = instance.ProxyPid
instance.ProxyPid = value
public int ProxyPid { get; set; }
Property Value
Type: System.Int32
The process ID of SPUCWorkerProcessProxy.exe.
See Also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry Class