SPField.ParentList property
SharePoint 2013
Gets the parent list that contains the field.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration Public ReadOnly Property ParentList As SPList Get 'Usage Dim instance As SPField Dim value As SPList value = instance.ParentList
Property value
Type: Microsoft.SharePoint.SPListA Microsoft.SharePoint.SPList object that represents the parent list.