Returns a value that determines whether a project will remain loaded in memory.
Syntax
object.RetainedProject [= boolean]
The RetainedProject property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression that specifies whether a project will remain loaded in memory. |
Settings
The settings for boolean are:
| Setting | Description |
| True | A project remains loaded in memory. |
| False | (Default) A project does not remain loaded in memory. |