Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an SPListobject representing the parent list for objects in the SPWorkItemCollection collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ParentList As SPList
Get
'Usage
Dim instance As SPWorkItemCollection
Dim value As SPList
value = instance.ParentList
public SPList ParentList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
Returns an SPList object that is the parent of the SPWorkItemCollection collection.