QueryProperties.AlertInfo - Propriété

Remarque : cette API est désormais obsolète.

Obtient ou définit les informations relatives à une alerte.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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; }

Valeur de propriété

Type : Microsoft.Office.Server.Search.Query.AlertInfo
Objet AlertInfo contenant des informations sur l'alerte.

Voir aussi

Référence

QueryProperties classe

QueryProperties - Membres

Microsoft.Office.Server.Search.Query - Espace de noms