SPField.ParentList - Propriété
Obtient la liste parente qui contient le champ.
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 SPField
Dim value As SPList
value = instance.ParentList
public SPList ParentList { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPList
Un objet Microsoft.SharePoint.SPList qui représente la liste parente.