del método MappingInfo.GetHashCode
Calcula el código hash de este objeto.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetHashCode As Integer
'Uso
Dim instance As MappingInfo
Dim returnValue As Integer
returnValue = instance.GetHashCode()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override int GetHashCode()
Valor devuelto
Tipo: System.Int32
El código hash de este objeto.
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration