ProjectFileInfo

ProjectFileInfo class

The class instance contains information about project file format and version of Microsoft Project where
the file was created.

The ProjectFileInfo type exposes the following members:

Properties

NameDescription
can_readGets a value indicating whether defines can Aspose.Tasks process the project file.
is_password_protectedGets a value indicating whether a project is password protected.
project_file_formatGets project file format.
project_application_infoGets project file application info.

Methods

NameDescription
equals(other)Returns a value indicating whether this instance is equal to a specified object.

See Also