Share via


SPDataSourceViewResultItem.DataSourceView property

Gets the SPDataSourceView object that is returning the result item.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace