Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.4 KB

Office.DocumentProperty.md

File metadata and controls

34 lines (22 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DocumentProperty object (Office)
vbaof11.chm250002
vbaof11.chm250002
Office.DocumentProperty
dd54ca3c-e0e2-4816-539a-17c5b4a928b1
01/08/2019
medium

DocumentProperty object (Office)

Represents a custom or built-in document property of a container document. The DocumentProperty object is a member of the DocumentProperties collection.

Remarks

Use the Microsoft Word Document.BuiltinDocumentProperties(index) property, where index is the name or index number of the built-in document property, to return a single DocumentProperty object that represents a specific built-in document property.

Use the Word Document.CustomDocumentProperties(index) property, where index is the name or index number of the custom document property, to return a DocumentProperty object that represents a specific custom document property.

Note

Properties of type msoPropertyTypeString (MsoDocProperties) are limited in length to 255 characters.

See also

[!includeSupport and feedback]