DocumentSet.ParentList Property
Gets the parent list of the DocumentSet() object.
Namespace: Microsoft.Office.DocumentManagement.DocumentSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public ReadOnly Property ParentList As SPList
Get
'Usage
Dim instance As DocumentSet
Dim value As SPList
value = instance.ParentList
public SPList ParentList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
T :Microsoft.SharePoint.SPList object of the list that contains the DocumentSet() object.