SPWebApplication.SendUnusedSiteCollectionNotifications 属性

获取或设置一个值,该值指示是否将通知发送到未使用的网站的所有者。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
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; }

属性值

类型:System.Boolean
true如果发送通知是否发送给网站的所有者 ;否则为false。默认值是false。

备注

UnusedSiteNotificationPeriod属性中包含的确定该网站是否为未使用的时间量。

另请参阅

引用

SPWebApplication 类

SPWebApplication 成员

Microsoft.SharePoint.Administration 命名空间