AlertInfo.GetHashCode method
NOTE: This API is now obsolete.
Retorna um código hash para essa instância da classe AlertInfo .
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<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
'Uso
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()
Valor retornado
Type: System.Int32
O código de hash para o objeto atual.