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