Template.BuiltInDocumentProperties property (Word)

Returns a DocumentProperties collection that represents all the built-in document properties for the specified document.

Syntax

expression. BuiltInDocumentProperties

expression Required. A variable that represents a 'Template' object.

Remarks

To return a single DocumentProperty object that represents a specific built-in document property, use the BuiltinDocumentProperties property. If Microsoft Word doesn't define a value for one of the built-in document properties, reading the Value property for that document property generates an error.

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

For information about returning a single member of a collection, see Returning an object from a collection.

See also

Template Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.