AlertInfo.ChangeType Property

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> _
Public Property ChangeType As AlertChangeType
    Get
    Set
'Usage
Dim instance As AlertInfo
Dim value As AlertChangeType

value = instance.ChangeType

instance.ChangeType = value
[DataMemberAttribute]
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