SPWebApplication.AlertsMaximum - Propriété

Obtient ou définit le nombre maximal de listes et les éléments de la liste pour laquelle un utilisateur peut créer des alertes.

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

Syntaxe

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

value = instance.AlertsMaximum

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

Valeur de propriété

Type : System.Int32
Un entier de 32 bits qui contient le nombre maximal d'alertes.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms