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.
An item of the cache collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Item ( _
key As Object _
) As Object
Get
Set
'Usage
Dim instance As SPSiteCollectionPropertyCache
Dim key As Object
Dim value As Object
value = instance.Item(key)
instance.Item(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