Share via


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

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