SPSiteCollectionPropertyCache.Item property
快取集合的項目。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.Object
Property value
Type: System.Object
快取項目的Object表示法。
請參閱
參照
SPSiteCollectionPropertyCache class