_Document.CustomDocumentProperties Property

Returns a DocumentProperties collection that represents all the custom document properties for the specified document.

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

Syntax

'Declaration
ReadOnly Property CustomDocumentProperties As Object
    Get
'Usage
Dim instance As _Document
Dim value As Object

value = instance.CustomDocumentProperties
Object CustomDocumentProperties { get; }

Property Value

Type: System.Object

Remarks

Use the BuiltInDocumentProperties property to return the collection of built-in document properties.

Properties of type msoPropertyTypeString cannot exceed 255 characters in length.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace