Share via


LargeListContextInformation.ContextList property

This member is reserved for internal use and is not intended to be used directly from your code. Gets the context web application for the large list.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Shared ReadOnly Property ContextList As SPList
    Get
'Usage
Dim value As SPList

value = LargeListContextInformation.ContextList
public static SPList ContextList { get; }

Property value

Type: Microsoft.SharePoint.SPList
The SPList object that represents the large list on which the operations are performed.

See also

Reference

LargeListContextInformation class

LargeListContextInformation members

Microsoft.Office.Server.WebControls namespace