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