Document::BuiltInDocumentProperties Property
Gets a T:Microsoft.Office.Core.DocumentProperties collection that represents all the built-in document properties for the document.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
Property Value
Type: System::Object^A T:Microsoft.Office.Core.DocumentProperties collection that represents all the built-in document properties for the document.
To return a single T:Microsoft.Office.Core.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 T:Microsoft.Office.Interop.Word.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.