TaskListImportInfo.ProjectName property
Gets or sets the name of the project that is associated with 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 Property ProjectName As String
Get
Set
'Usage
Dim instance As TaskListImportInfo
Dim value As String
value = instance.ProjectName
instance.ProjectName = value
public string ProjectName { get; set; }
Property value
Type: System.String
A project name.