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 context of the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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