AlertInfo.GetHashCode method

NOTE: This API is now obsolete.

Returns a hash code for this instance of the AlertInfo class.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")> _
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As AlertInfo
Dim returnValue As Integer

returnValue = instance.GetHashCode()
[ObsoleteAttribute("This class is replaced by the query property bag, using the keys SearchAlert.PropBagKey_ChangeType and SearchAlert.PropBagKey_AlertBaselineTime.")]
public override int GetHashCode()

Return value

Type: System.Int32
The hash code for the current object.

See also

Reference

AlertInfo class

AlertInfo members

Microsoft.Office.Server.Search.Query namespace