Share via


DocumentProperty Object Members

Represents a custom or built-in document property of a container document. The DocumentProperty object is a member of the DocumentProperties collection.

Methods

  Name Description
Aa433411.methods(en-us,office.12).gif Delete Removes a custom document property.

Properties

  Name Description
Aa433411.properties(en-us,office.12).gif Application Gets an Application object that represents the container application for the DocumentProperty object (you can use this property with an Automation object to return that object's container application). Read-only.
Aa433411.properties(en-us,office.12).gif Creator Gets a 32-bit integer that indicates the application in which the DocumentProperty object was created. Read-only.
Aa433411.properties(en-us,office.12).gif LinkSource Gets or sets the source of a linked custom document property. Read/write.
Aa433411.properties(en-us,office.12).gif LinkToContent Is True if the value of the custom document property is linked to the content of the container document. False if the value is static. Read/write.
Aa433411.properties(en-us,office.12).gif Name Gets or sets the name of a document property. Read/write.
Aa433411.properties(en-us,office.12).gif Parent Gets the Parent object for the DocumentProperty object. Read-only.
Aa433411.properties(en-us,office.12).gif Type Gets or sets the document property type. Read-only for built-in document properties; read/write for custom document properties.
Aa433411.properties(en-us,office.12).gif Value Gets or sets the value of a document property. Read/write.