QueryProperties.AlertInfo Property

Gets or sets information about an alert.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AlertInfo As AlertInfo
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As AlertInfo

value = instance.AlertInfo

instance.AlertInfo = value
[DataMemberAttribute]
public AlertInfo AlertInfo { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Query.AlertInfo
An AlertInfo object containing information about the alert.

See Also

Reference

QueryProperties Class

QueryProperties Members

Microsoft.Office.Server.Search.Query Namespace