SPWebApplication.UpgradeReminderDelay property
How many days the site collection admin can put off the upgrade reminder. when set to 0, the site status notification will show UpgradeRequired reminder instead of UpgradeAvailable reminder.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UpgradeReminderDelay As UInteger
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As UInteger
value = instance.UpgradeReminderDelay
instance.UpgradeReminderDelay = value
public uint UpgradeReminderDelay { get; set; }
Property value
Type: System.UInt32