TaskListImportInfo.ToString method
Converts the task list import information into a string.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As TaskListImportInfo
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
A string that contains the task list import information.