Compartilhar via


AlertInfo.ChangeType property

NOTE: This API is now obsolete.

Obtém ou define o tipo de alterações que geram o alerta de pesquisa.

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

Syntax

'Declaração
<DataMemberAttribute> _
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
Public Property ChangeType As AlertChangeType
    Get
    Set
'Uso
Dim instance As AlertInfo
Dim value As AlertChangeType

value = instance.ChangeType

instance.ChangeType = value
[DataMemberAttribute]
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
public AlertChangeType ChangeType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.AlertChangeType
Um valor da enumeração AlertChangeType .

Ver também

Referência

AlertInfo class

AlertInfo members

Microsoft.Office.Server.Search.Query namespace