SPWebApplication.CustomAppErrorLimit property
Indicates the maximum number of calls that all apps can make to log custom errors in a timespan of 24 hours.
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; }
Property value
Type: System.Int32
The maximum number of calls that the apps can make.
Remarks
The default value is 5000.