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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property List As SPList
Get
'Usage
Dim instance As SPContext
Dim value As SPList
value = instance.List
public SPList List { get; }
Property Value
Type: Microsoft.SharePoint.SPList
An SPList object that represents the list.
Remarks
This property can be used, for example, in the script of a control template (%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\CONTROLTEMPLATES) to return the list of the current HTTP request context in a list site page.