Project.Type Property

Project Developer Reference

Returns or sets the project type of a project. Can be one of the following PjProjectType constants: pjProjectTypeEnterpriseCheckedOut, pjProjectTypeEnterpriseGlobalCheckedOut, pjProjectTypeEnterpriseGlobalInMemory, pjProjectTypeEnterpriseReadOnly, pjProjectTypeEnterpriseResourcesCheckedOut, pjProjectTypeEnterpriseGlobalLocal, pjProjectTypeNonEnterprise, or pjProjectTypeUnsaved. Read/write Long.

Syntax

expression.Type

expression   A variable that represents a Project object.

Return Value
PjProjectType

See Also