_Document.Versions Property
Returns a Versions collection that represents all the versions of the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Versions As Versions
Get
'Usage
Dim instance As _Document
Dim value As Versions
value = instance.Versions
Versions Versions { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Versions