DocumentSetVersion.ParentCollection Property
Gets the collection of DocumentSet objects to which this document set snapshot belongs.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property ParentCollection As DocumentSetVersionCollection
Get
'Usage
Dim instance As DocumentSetVersion
Dim value As DocumentSetVersionCollection
value = instance.ParentCollection
public DocumentSetVersionCollection ParentCollection { get; }
Property Value
Type: Microsoft.Office.DocumentManagement.DocumentSets.DocumentSetVersionCollection
A DocumentSetVersionCollection object that represents the collection of document set snapshots to which this snapshot belongs.