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
Public ReadOnly Property ResultItem As Object
Get
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