TaskListImportInfo.ProjectName property
Gets or sets the name of the project that is receiving the imported task list.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.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
The project name.