SPFormCollection.List-Eigenschaft
Ruft die übergeordnete Liste des Formulars ab.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property List As SPList
Get
'Usage
Dim instance As SPFormCollection
Dim value As SPList
value = instance.List
public SPList List { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.SPList
Ein Microsoft.SharePoint.SPList -Objekt, das die Liste darstellt.