SPWebApplication.SendUnusedSiteCollectionNotifications-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob eine Benachrichtigung an Besitzer von nicht verwendeten Websites gesendet werden.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property SendUnusedSiteCollectionNotifications As Boolean
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.SendUnusedSiteCollectionNotifications
instance.SendUnusedSiteCollectionNotifications = value
public bool SendUnusedSiteCollectionNotifications { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Benachrichtigungen an Websitebesitzer; senden andernfalls false. Der Standardwert ist false.
Hinweise
Die Zeitspanne, die bestimmt, ob die Website nicht verwendet wird oder nicht in der UnusedSiteNotificationPeriod -Eigenschaft enthalten ist.