TaskListImportInfo members

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

The TaskListImportInfo type exposes the following members.

Properties

  Name Description
Public property ListUniqueId Gets or sets the GUID for the imported task list.
Public property ProjectName Gets or sets the name of the project that is associated with the imported task list.
Public property ProjectUniqueId Gets or sets
Public property WebUniqueId Gets or sets the GUID value for the instance of Project Web App that is running.

Top

Methods

  Name Description
Public method Equals(Object) Indicates whether the specified structure is a TaskListImportInfo structure. (Overrides ValueType.Equals(Object).)
Public method Equals(TaskListImportInfo) Indicates whether one TaskListImportInfo structure is equal to another TaskListImportInfo structure.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Gets a hash code for the imported task list. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Converts the task list import information into a string. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality An overloaded operator that compares two TaskListImportInfo structures to verify that they are equal.
Public operatorStatic member Inequality An overloaded operator that compares two TaskListImportInfo structures to verify that they are not equal.

Top

See also

Reference

TaskListImportInfo structure

Microsoft.Office.Project.Server.Library namespace