Sitecore 5.0 API

ItemsContext.Item Property

Gets or sets the item with the specified key.

[Visual Basic]
Public Default Property Item( _
   ByVal key As String _
) As Object
[C#]
public object this[
   string key
] {get; set;}

See Also

ItemsContext Class | Sitecore.Caching Namespace