共用方式為


SPWebApplication.UpgradeReminderDelay property

幾天網站集合管理員可以將關閉升級提醒。設為 0 時,網站狀態通知會顯示 UpgradeRequired 提醒,而不是 UpgradeAvailable 提醒。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property UpgradeReminderDelay As UInteger
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As UInteger

value = instance.UpgradeReminderDelay

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

Property value

Type: System.UInt32

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace