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.
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 ContextWebApplication As SPWebApplication
Get
'Usage
Dim value As SPWebApplication
value = LargeListContextInformation.ContextWebApplication
public static SPWebApplication ContextWebApplication { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPWebApplication
The SPWebApplication object that represents the context web application used to determine large list throttling settings.
See Also
Reference
LargeListContextInformation Class