Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of alerts for the site or subsite.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Alerts As SPAlertCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPAlertCollection
value = instance.Alerts
public SPAlertCollection Alerts { get; }
Type: Microsoft.SharePoint.SPAlertCollection
An SPAlertCollection object that represents the alerts.