SPDataSourceViewResultItem.DataSourceView Property
Gets the SPDataSourceView object that is returning the result item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property DataSourceView As SPDataSourceView
Get
'Usage
Dim instance As SPDataSourceViewResultItem
Dim value As SPDataSourceView
value = instance.DataSourceView
public SPDataSourceView DataSourceView { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPDataSourceView
An SPDataSourceView object.
See Also
Reference
SPDataSourceViewResultItem Class