_Presentation.DocumentLibraryVersions Property

Returns a DocumentLibraryVersions collection that represents the collection of versions of a shared presentation that has versioning enabled and that is stored in a document library on a server.

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

Syntax

'Declaration
ReadOnly Property DocumentLibraryVersions As DocumentLibraryVersions
    Get
'Usage
Dim instance As _Presentation
Dim value As DocumentLibraryVersions

value = instance.DocumentLibraryVersions
DocumentLibraryVersions DocumentLibraryVersions { get; }

Property Value

Type: Microsoft.Office.Core.DocumentLibraryVersions

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace