SPContext.Item property

Gets either the SPListItem object that is determined by the given list and item ID, or the SPItem object that is set when the SPContext object is created.

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

Syntax

'Declaration
Public ReadOnly Property Item As SPItem
    Get
'Usage
Dim instance As SPContext
Dim value As SPItem

value = instance.Item
public SPItem Item { get; }

Property value

Type: Microsoft.SharePoint.SPItem
An SPItem object that represents the item.

See also

Reference

SPContext class

SPContext members

Microsoft.SharePoint namespace