SPWorkItemCollection.ParentList - Propriété

Obtient un objet deSPListreprésentant la liste parente pour les objets dans la collection SPWorkItemCollection .

Espace de noms :  Microsoft.SharePoint
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentList As SPList
    Get
'Utilisation
Dim instance As SPWorkItemCollection
Dim value As SPList

value = instance.ParentList
public SPList ParentList { get; }

Valeur de propriété

Type : Microsoft.SharePoint.SPList
Renvoie un objet SPList qui est le parent de la collection SPWorkItemCollection .

Voir aussi

Référence

SPWorkItemCollection classe

SPWorkItemCollection - Membres

Microsoft.SharePoint - Espace de noms

Microsoft.SharePoint.SPList