Compartilhar via


AlertInfo class

NOTE: This API is now obsolete.

Aplica-se a: Microsoft SharePoint Server 2010 search
Representa informações sobre um alerta de pesquisa.

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

'Declaração
<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
'Uso
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.

Ver também

Referência

AlertInfo members

Microsoft.Office.Server.Search.Query namespace