Returns the name of the corresponding project.

Type Info:

Name As String
Example:
Dim ProjDoc As ProjectDocument

Set ProjDoc = Application.ActiveProject.ProjectDocument

MsgBox ProjDoc.Name
Remarks: Read-only property.

See also:

Class ProjectDocument

Last Updated: 03/10/04