SearchAlert.ChangeType property

Gets or sets the type of change that should generate the search alert.

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

Syntax

'Declaration
Public Property ChangeType As AlertChangeType
    Get
    Set
'Usage
Dim instance As SearchAlert
Dim value As AlertChangeType

value = instance.ChangeType

instance.ChangeType = value
public AlertChangeType ChangeType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.AlertChangeType
A value from the AlertChangeType enumeration.

See also

Reference

SearchAlert class

SearchAlert members

Microsoft.Office.Server.Search.Query namespace