Project.Container Property

Project Developer Reference

Returns the object that contains the specified embedded project. Read-only Object.

Syntax

expression.Container

expression   A variable that represents a Project object.

Return Value
Object

Remarks

Use the Container property to access the properties or methods of the object containing the project. If the container doesn't support Automation or the project isn't embedded, this property fails.

See Also