Document.BuiltInDocumentProperties Property

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

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
ReadOnly Property BuiltInDocumentProperties As Object
Object BuiltInDocumentProperties { get; }

Property Value

Type: System.Object
A DocumentProperties collection that represents all the built-in document properties for the document.

Remarks

To return a single DocumentProperty that represents a specific built-in document property, use BuiltInDocumentProperties(index) in Visual Basic or BuiltInDocumentProperties[index] in C#, where index is one of the WdBuiltInProperty values.

If Microsoft Office Word does not define a value for one of the built-in document properties, reading the Value property for that document property throws an exception.

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

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace