SPWebApplication.UnusedSiteNotificationPeriod property

Gets or sets the amount of time that a site is unused before sending a notification.

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

Property value

Type: System.TimeSpan
A System.TimeSpan object that specifies the number of days. The default value is 90 days.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace