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)
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.