Project.CustomDocumentProperties Property

Project Developer Reference

Returns a DocumentProperties collection representing the custom properties of the document. Read-only Object.

Syntax

expression.CustomDocumentProperties

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. The Object Library contains definitions for the Visual Basic objects, properties, methods, and constants used to manipulate document properties.

Use the BuiltinDocumentProperties property to return the collection of built-in document properties.

See Also