SPDataSourceViewResultItem.ResultItem property

Gets the result item object that this object provides type descriptor services for.

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

Syntax

'Declaration
Public ReadOnly Property ResultItem As Object
    Get
'Usage
Dim instance As SPDataSourceViewResultItem
Dim value As Object

value = instance.ResultItem
public Object ResultItem { get; }

Property value

Type: System.Object
An instance of the SPListItem class, the SPList class, or the SPWeb class that is cast as data type Object.

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace