_Document.DocumentLibraryVersions Property
Returns a DocumentLibraryVersions collection that represents the collection of versions of a shared document that has versioning enabled and that is stored in a document library on a server.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property DocumentLibraryVersions As DocumentLibraryVersions
Get
'Usage
Dim instance As _Document
Dim value As DocumentLibraryVersions
value = instance.DocumentLibraryVersions
DocumentLibraryVersions DocumentLibraryVersions { get; }
Property Value
Type: DocumentLibraryVersions