다음을 통해 공유


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

Property Value

Type: System.Object
A Object representation of the cache item.

See Also

Reference

SPSiteCollectionPropertyCache Class

SPSiteCollectionPropertyCache Members

Microsoft.SharePoint.Administration Namespace