SPWebApplication.CustomAppErrorLimit 属性
表示最大的所有应用程序可以使以记录 24 小时的时间跨度中的自定义错误的调用数量。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property CustomAppErrorLimit As Integer
Get
Set
用法
Dim instance As SPWebApplication
Dim value As Integer
value = instance.CustomAppErrorLimit
instance.CustomAppErrorLimit = value
public int CustomAppErrorLimit { get; set; }
属性值
类型:System.Int32
最大可以使应用程序的调用次数。
备注
默认值是 5000。