AlertInfo class

NOTE: This API is now obsolete.

Applies to: Microsoft SharePoint Server 2010 search
Represents information about a search alert.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.AlertInfo

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")> _
Public NotInheritable Class AlertInfo _
    Implements ICloneable
'Usage
Dim instance As AlertInfo
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
public sealed class AlertInfo : ICloneable

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

AlertInfo members

Microsoft.Office.Server.Search.Query namespace