QueryProperties.AlertInfo property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This member is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
<DataMemberAttribute> _
Public Property AlertInfo As AlertInfo
Get
Set
'Usage
Dim instance As QueryProperties
Dim value As AlertInfo
value = instance.AlertInfo
instance.AlertInfo = value
[ObsoleteAttribute("This member is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
[DataMemberAttribute]
public AlertInfo AlertInfo { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.AlertInfo
An AlertInfo object containing information about the alert.