SPSiteCollectionPropertyCache.Item Property
An item of the cache collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Default Property Item ( _
key As Object _
) As Object
Get
Set
'Usage
Dim instance As SPSiteCollectionPropertyCache
Dim key As Object
Dim value As Object
value = instance(key)
instance(key) = value
public Object this[
Object key
] { get; set; }
Parameters
- key
Type: System.Object
Property Value
Type: System.Object
A Object representation of the cache item.
See Also
Reference
SPSiteCollectionPropertyCache Class