AlertInfo.ChangeType property

NOTE: This API is now obsolete.

Gets or sets the type of changes that will generate the search alert.

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

Syntax

'Declaration
<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
'Usage
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
A value from the AlertChangeType enumeration.

See also

Reference

AlertInfo class

AlertInfo members

Microsoft.Office.Server.Search.Query namespace