MetaProperty Interface

Definition

Represents a single property in a collection of properties describing the metadata stored in a document.

public interface class MetaProperty : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C038F-0000-0000-C000-000000000046")]
public interface MetaProperty : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C038F-0000-0000-C000-000000000046")>]
type MetaProperty = interface
    interface _IMsoDispObj
Public Interface MetaProperty
Implements _IMsoDispObj
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the MetaProperty object. Read-only.

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.

Methods

Validate()

Validates a MetaProperty object representing a single property value according to a schema.

Applies to