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 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)
'Declaration
Public ReadOnly Property Item As SPItem
Get
'Usage
Dim instance As SPContext
Dim value As SPItem
value = instance.Item
public SPItem Item { get; }
Type: Microsoft.SharePoint.SPItem
An SPItem object that represents the item.