共用方式為


SPWebApplication.SendUnusedSiteCollectionNotifications property

取得或設定一個值,指出是否傳送通知給未使用網站的擁有者。

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

Syntax

'宣告
Public Property SendUnusedSiteCollectionNotifications As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.SendUnusedSiteCollectionNotifications

instance.SendUnusedSiteCollectionNotifications = value
public bool SendUnusedSiteCollectionNotifications { get; set; }

Property value

Type: System.Boolean
true如果傳送通知傳送給網站擁有人 ;否則,請false。預設值為false。

備註

決定網站是未使用或不含UnusedSiteNotificationPeriod屬性中的時間量。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace