SPSiteCollectionPropertyCache.Item 属性
缓存集合中的项。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Default Property Item ( _
key As Object _
) As Object
Get
Set
用法
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; }
参数
- key
类型:System.Object
属性值
类型:System.Object
缓存项的Object表示。
另请参阅
引用
SPSiteCollectionPropertyCache 类