Document.BuiltInDocumentProperties Property
Visual Studio 2010
Gets a 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.ObjectA DocumentProperties collection that represents all the built-in document properties for the document.
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.