SPWebApplication.UnusedSiteNotificationsBeforeDeletion - Propriété

Obtient ou définit le nombre de notifications envoyées avant la suppression d'un site inutilisé.

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

Syntaxe

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

value = instance.UnusedSiteNotificationsBeforeDeletion

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

Valeur de propriété

Type : System.Int32
Un entier de 32 bits spécifiant le nombre de notifications. La valeur par défaut est quatre notifications.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms