ChangeAlert Class
Indicates a change to an SPAlert object.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.Change
Microsoft.SharePoint.Client.ChangeAlert
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.ChangeAlert", ServerTypeId := "{04f51ef5-013c-4e05-b23f-a9719e69a49a}")> _
Public Class ChangeAlert _
Inherits Change
'Usage
Dim instance As ChangeAlert
[ScriptTypeAttribute("SP.ChangeAlert", ServerTypeId = "{04f51ef5-013c-4e05-b23f-a9719e69a49a}")]
public class ChangeAlert : Change
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.