AdministrationDataSourceView.Owner Property
Gets the data source control that contains the AdministrationDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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