_Document.ContentTypeProperties Property

Returns the metadata stored in a document, such as author name, subject, and company. Read-only.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property ContentTypeProperties As MetaProperties
    Get
'Usage
Dim instance As _Document
Dim value As MetaProperties

value = instance.ContentTypeProperties
MetaProperties ContentTypeProperties { get; }

Property Value

Type: MetaProperties
MetaProperties

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace