共用方式為


SPWebApplication.UnusedSiteNotificationPeriod property

取得或設定傳送通知前所未使用的網站的時間量。

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

Syntax

'宣告
Public Property UnusedSiteNotificationPeriod As TimeSpan
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As TimeSpan

value = instance.UnusedSiteNotificationPeriod

instance.UnusedSiteNotificationPeriod = value
public TimeSpan UnusedSiteNotificationPeriod { get; set; }

Property value

Type: System.TimeSpan
System.TimeSpan物件,指定的天數。預設值為 90 天。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace