AdministrationDataSourceView.Context property
Gets the context of the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Context As HttpContext
Get
'Usage
Dim value As HttpContext
value = Me.Context
protected HttpContext Context { get; }
Property value
Type: System.Web.HttpContext
A System.Web.HttpContext object.
See also
Reference
AdministrationDataSourceView class