SPWeb.Alerts property
Obtém a coleção de alertas para o site ou subsite.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Alerts As SPAlertCollection
Get
'Uso
Dim instance As SPWeb
Dim value As SPAlertCollection
value = instance.Alerts
public SPAlertCollection Alerts { get; }
Property value
Type: Microsoft.SharePoint.SPAlertCollection
Um objeto SPAlertCollection que representa os alertas.