MetaProperties Object Members
Represents a collection of properties describing the metadata stored in a document.
Methods
| Name | Description | |
|---|---|---|
| GetItemByInternalName | Gets a property's value specifying its name as opposed to its index value. |
| Validate | Validates all of the properties in a MetaProperties collection object according to a schema. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the MetaProperties object. Read-only. |
| Count | Gets a Long indicating the number of items in the MetaProperties collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the MetaProperties object was created. Read-only. |
| Item | Gets a MetaProperty object from the MetaProperties collection. Read-only. |
| Parent | Gets the Parent object for the MetaProperties object. Read-only. |
| SchemaXml | Gets the schema XML for the MetaProperties object. Read-only. |