Skip to main content

DocumentProperty.Type property

Table of contents
  1. Syntax
  2. Remarks

Gets or sets the document property type. Read-only for built-in document properties; read/write for custom document properties.

Syntax

expression.Type

expression Required. A variable that represents a DocumentProperty object.

Remarks

The return value will be an MsoDocProperties constant.

Leave a comment

Your email address will not be published. Required fields are marked *

Format your code: <pre><code class="language-vba">place your code here</code></pre>