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

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace