SPSite.DeadWebNotificationCount Property

Gets the number of notifications that have been sent about Web sites within the site collection that are out of use.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property DeadWebNotificationCount As Short
    Get
'Usage
Dim instance As SPSite
Dim value As Short

value = instance.DeadWebNotificationCount
public short DeadWebNotificationCount { get; }

Property Value

Type: System.Int16
A 16-bit integer that indicates the number of notifications.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace