SPWebApplication.CustomAppErrorLimit-Eigenschaft
Gibt die maximale Anzahl von Anrufen, die alle apps vornehmen können, um benutzerdefinierte Fehler in Timespan von 24 Stunden zu erfassen.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CustomAppErrorLimit As Integer
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer
value = instance.CustomAppErrorLimit
instance.CustomAppErrorLimit = value
public int CustomAppErrorLimit { get; set; }
Eigenschaftswert
Typ: System.Int32
Die maximale Anzahl von Anrufen, die die apps vornehmen können.
Hinweise
Der Standardwert lautet 5000.