MetaProperty Members
Include Protected Members
Include Inherited Members
Represents a single property in a collection of properties describing the metadata stored in a document.
The MetaProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Gets an Application object that represents the container application for the MetaProperty object. Read-only. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Gets a 32-bit integer that indicates the application in which the MetaProperty object was created. Read-only. | |
Id | Gets the ID of the MetaProperty object. Read-only. | |
IsReadOnly | Gets a Boolean value that specifies whether the meta property is read-only. Read-only. | |
IsRequired | Gets a Boolean value that specifies whether the meta property is required. Read-only. | |
Name | Gets the name of the MetaProperty object. Read-only. | |
Parent | Gets the parent object for the MetaProperty object. Read-only. | |
Type | Gets the data type of the MetaProperty object. Read-only. | |
ValidationError | ||
Value | Gets or sets the value of the MetaProperty object. Read/write. |
Top
Methods
Name | Description | |
---|---|---|
Validate | Validates a MetaProperty object representing a single property value according to a schema. |
Top