AdministrationDataSourceView.Owner property
Gets the data source control that contains the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Owner As DataSourceControl
Get
'Usage
Dim value As DataSourceControl
value = Me.Owner
protected DataSourceControl Owner { get; }
Property value
Type: System.Web.UI.DataSourceControl
The data source control that contains the AdministrationDataSourceView object.
See also
Reference
AdministrationDataSourceView class