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.
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>.