SPWebApplication.UnusedSiteNotificationPeriod-Eigenschaft

Ruft ab oder legt die Zeitspanne, die eine Website nicht verwendet wird, bevor eine Benachrichtigung gesendet.

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

Syntax

'Declaration
Public Property UnusedSiteNotificationPeriod As TimeSpan
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As TimeSpan

value = instance.UnusedSiteNotificationPeriod

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

Eigenschaftswert

Typ: System.TimeSpan
Ein System.TimeSpan -Objekt, der die Anzahl der Tage angibt. Der Standardwert ist 90 Tage.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace