Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list that is associated with the Microsoft SharePoint Foundation context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property List As SPList
Get
'Usage
Dim instance As SPContext
Dim value As SPList
value = instance.List
public SPList List { get; }
Type: Microsoft.SharePoint.SPList
An SPList object that represents the list.
This property can be used, for example, in the script of a control template (%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\CONTROLTEMPLATES) to return the list of the current HTTP request context in a list site page.