Share via


SPWebApplication.CustomAppErrorLimit - Propriété

Indique le nombre maximal d'appels que toutes les applications peuvent apporter à consigner les erreurs personnalisées dans un timespan de 24 heures.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property CustomAppErrorLimit As Integer
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Integer

value = instance.CustomAppErrorLimit

instance.CustomAppErrorLimit = value
public int CustomAppErrorLimit { get; set; }

Valeur de propriété

Type : System.Int32
Le nombre maximal d'appels que les applications.

Remarques

La valeur par défaut est 5000.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms