_Presentation.BuiltInDocumentProperties Property

Returns a DocumentProperties collection that represents all the built-in document properties for the specified presentation. Read-only.

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

Syntax

'Declaration
ReadOnly Property BuiltInDocumentProperties As Object
    Get
'Usage
Dim instance As _Presentation
Dim value As Object

value = instance.BuiltInDocumentProperties
Object BuiltInDocumentProperties { get; }

Property Value

Type: System.Object

Remarks

Use the CustomDocumentProperties property to return the collection of custom document properties.

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace