TaskListImportInfo structure

Represents a structure with properties and methods that are used to import a SharePoint task list.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure TaskListImportInfo _
    Implements IEquatable(Of TaskListImportInfo)
'Usage
Dim instance As TaskListImportInfo
[SerializableAttribute]
public struct TaskListImportInfo : IEquatable<TaskListImportInfo>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TaskListImportInfo members

Microsoft.Office.Project.Server.Library namespace