Project.BuiltinDocumentProperties Property

Project Developer Reference

Returns 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 DocumentProperties Collection Object in the Microsoft Office Visual Basic Reference.

To use this property, you should establish a reference to the Microsoft Office 12 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.

See Also