SPWebApplication.CustomAppErrorLimit property
表示所有應用程式可以對登入 timespan 的 24 小時的自訂錯誤的通話數目上限。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Int32
應用程式可以進行的通話數目上限。
備註
預設值為 5000。