Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.4 KB

0e2efa13-130c-59ad-07ee-8499f502064a.md

File metadata and controls

26 lines (17 loc) · 1.4 KB

MetaProperties Members (Office)

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.
Name Description

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.