QueryProperties.AlertInfo property
NOTE: This API is now obsolete.
Obtém ou define informações sobre um alerta.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<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
'Uso
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
Um objeto AlertInfo que contém informações sobre o alerta.