Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of the abnormal terminations in the sandboxed solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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