Aracılığıyla paylaş


SPWorkItemCollection.ParentList Property

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.

See Also

Reference

SPWorkItemCollection Class

SPWorkItemCollection Members

Microsoft.SharePoint Namespace

Microsoft.SharePoint.SPList