Alert Structure

A structure representing an alert subscription.

Web Service: AlertsWeb Reference: http://<Site>/_vti_bin/Alerts.asmx

Syntax

<SerializableAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")> _
<DebuggerStepThroughAttribute> _
Public Structure Alert

Dim instance As Alert
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/")] 
[DebuggerStepThroughAttribute] 
public struct Alert

Remarks

An alert subscription is a persistent request on the server for notifications (alert) that a particular document or list has been modified in a specific way. The alert subscription contains the information that determines when to generate a notification, and how to deliver the notification.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Alert Members
Alerts Web Service