SPUsageUserCodeRequestsMonitoredDataEntry.ProcessHandleCount property
Gets or sets the number of process handles used by the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProcessHandleCount As Double
Get
Set
'Usage
Dim instance As SPUsageUserCodeRequestsMonitoredDataEntry
Dim value As Double
value = instance.ProcessHandleCount
instance.ProcessHandleCount = value
public double ProcessHandleCount { get; set; }
Property value
Type: System.Double
The number of process handles.
See also
Reference
SPUsageUserCodeRequestsMonitoredDataEntry class