SPUsageUserCodeRequestsMonitoredDataEntry.UsagePid Property
Gets or sets the process identifier (ID) that runs the sandboxed solution request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UsagePid As Integer
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Integer
value = instance.UsagePid
instance.UsagePid = value
public int UsagePid { get; set; }
Property Value
Type: System.Int32
The process ID that runs the sandboxed solution request.
See Also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry Class