DocumentSet.VersionCollection Property
Gets the collection of DocumentSet() version snapshots.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property VersionCollection As DocumentSetVersionCollection
Get
'Usage
Dim instance As DocumentSet
Dim value As DocumentSetVersionCollection
value = instance.VersionCollection
public DocumentSetVersionCollection VersionCollection { get; }
Property Value
Type: Microsoft.Office.DocumentManagement.DocumentSets.DocumentSetVersionCollection
The version snapshots for the DocumentSet() object.