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.