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.

See also

Reference

DocumentSet class

DocumentSet members

Microsoft.Office.DocumentManagement.DocumentSets namespace