DocumentProperty.Type Property
Office Developer Reference |
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 a MsoDocProperties constant.
See Also