SPWebApplication.UpgradeReminderDelay - Propriété

Combien de jours l'administrateur de collection de sites peut reporter le rappel de mise à niveau. Lorsque cette propriété a la valeur 0, la notification d'état de site va afficher le rappel d'UpgradeRequired au lieu de rappel UpgradeAvailable.

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

Syntaxe

'Déclaration
Public Property UpgradeReminderDelay As UInteger
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.UpgradeReminderDelay

instance.UpgradeReminderDelay = value
public uint UpgradeReminderDelay { get; set; }

Valeur de propriété

Type : System.UInt32

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms