Returns the corresponding project file.

Type Info:

ProjectFile As ProjectFile
Example:
Dim TU As TransUnit
Dim ProjFile As ProjectFile

Set TU = Application.ActiveTransUnit
Set ProjFile = TU.ProjectFile
Remarks: Read-only property.

See also:

Class TransUnit

Last Updated: 08/02/04