Freigeben über


QueryProperties.AlertInfo-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft Informationen zu einer Warnung fest.

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; }

Eigenschaftswert

Typ: Microsoft.Office.Server.Search.Query.AlertInfo
Ein AlertInfo -Objekt, das Informationen über die Warnung enthält.

Siehe auch

Referenz

QueryProperties Klasse

QueryProperties-Member

Microsoft.Office.Server.Search.Query-Namespace