SPUsageUserCodeRequestsMonitoredDataEntry.AbnormalTerminationCount-Eigenschaft
Ruft ab oder legt die Anzahl der ungewöhnliche Beendigungen in der Sandkastenlösung.
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; }
Eigenschaftswert
Typ: System.Double
Die Anzahl der ungewöhnliche Beendigungen.
Siehe auch
Referenz
SPUsageUserCodeRequestsMonitoredDataEntry Klasse