SPCachedObject.IndexValues property
Gets or sets a list of KeyValuePair objects that specify index key-value pairs that can be used to access this object from the cache.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property IndexValues As List(Of KeyValuePair)
Get
'Usage
Dim instance As SPCachedObject
Dim value As List(Of KeyValuePair)
value = instance.IndexValues
public List<KeyValuePair> IndexValues { get; }
Property value
Type: System.Collections.Generic.List<KeyValuePair>
Returns List<T>.