Returns the datatype of the project file as a string.

Type Info:

DatatypeString As String
Example:
Dim ProjFile As ProjectFile

Set ProjFile = Application.ActiveProjectFile

MsgBox ProjFile.DatatypeString
Remarks: Read-only property.

See also:

Class ProjectFile

Last Updated: 04/20/04