Document.BuiltInDocumentProperties Property
Visual Studio 2005
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)
Assembly: Microsoft.Office.Tools.Word (in microsoft.office.tools.word.dll)
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.