Project Constants

S

SPAR

I looking for something to tell me the values for some of constants used in
Project. I can't find anything in the SDK. For example, I need to know what
the values are for the Type property constants for the Project Object.

Project object: 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.

Thanks in advance for any assistance.
Randy
 
R

Rod Gill

In the immediate window enter ?pjProjectTypeEnterpriseGlobalCheckedOut
then press enter and the value gets shown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top