Share via


SPWebApplication.UnusedSiteNotificationsBeforeDeletion property

取得或設定未使用的網站會在刪除之前傳送的通知數目。

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

Syntax

'宣告
Public Property UnusedSiteNotificationsBeforeDeletion As Integer
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Integer

value = instance.UnusedSiteNotificationsBeforeDeletion

instance.UnusedSiteNotificationsBeforeDeletion = value
public int UnusedSiteNotificationsBeforeDeletion { get; set; }

Property value

Type: System.Int32
32 位元整數,指定的通知數目。預設值為四種通知。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace