SPChangeAlert Class

Represents a change to an alert.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPChange
    Microsoft.SharePoint.SPChangeAlert

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

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "ChangeAlert", ServerTypeId := "{04f51ef5-013c-4e05-b23f-a9719e69a49a}")> _
Public NotInheritable Class SPChangeAlert _
    Inherits SPChange
'Usage
Dim instance As SPChangeAlert
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "ChangeAlert", ServerTypeId = "{04f51ef5-013c-4e05-b23f-a9719e69a49a}")]
public sealed class SPChangeAlert : SPChange

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

SPChangeAlert Members

Microsoft.SharePoint Namespace