TaskListImportInfo.GetHashCode method
Gets a hash code for the imported task list.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As TaskListImportInfo
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
Return value
Type: System.Int32
An integer hash code.