Template.BuiltInDocumentProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a DocumentProperties collection that represents all the built-in document properties for the specified document.
public:
property System::Object ^ BuiltInDocumentProperties { System::Object ^ get(); };
public object BuiltInDocumentProperties { get; }
member this.BuiltInDocumentProperties : obj
Public ReadOnly Property BuiltInDocumentProperties As Object
Property Value
Remarks
To return a single DocumentProperty object that represents a specific built-in document property, use BuiltinDocumentProperties(index
), where index
is a WdBuiltInProperty constant.
If Microsoft Word doesn't define a value for one of the built-in document properties, reading the Value property for that document property generates an error.
Use the CustomDocumentProperties property to return the collection of custom document properties.