Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the result item object that this object provides type descriptor services for.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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