Share via


Project.BuiltinDocumentProperties Property (Project)

Gets a DocumentProperties collection representing the built-in properties of the document. Read-only Object.

Syntax

expression .BuiltinDocumentProperties

expression A variable that represents a Project object.

Remarks

For more information, see the DocumentProperties collection object in the Microsoft Office Visual Basic Reference.

To use the DocumentProperties collection object, set a reference to the Microsoft Office 14.0 Object Library by using the References command on the Tools menu in the Visual Basic Editor. The object library contains definitions for the Visual Basic objects, properties, methods, and constants used to manipulate document properties.

Use the CustomDocumentProperties property to return the collection of custom document properties.