SPWebApplication.UnusedSiteNotificationPeriod - Propriété

Obtient ou définit la durée pendant laquelle un site n'est pas utilisé avant l'envoi d'une notification.

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

Syntaxe

'Déclaration
Public Property UnusedSiteNotificationPeriod As TimeSpan
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As TimeSpan

value = instance.UnusedSiteNotificationPeriod

instance.UnusedSiteNotificationPeriod = value
public TimeSpan UnusedSiteNotificationPeriod { get; set; }

Valeur de propriété

Type : System.TimeSpan
Un objet System.TimeSpan qui spécifie le nombre de jours. La valeur par défaut est 90 jours.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms