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.
This is called only when devdash is enabled Right ???
Namespace: Microsoft.SharePoint.DistributedCaching.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
'Usage
Dim instance As SPDistributedCacheCounter
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.NameValuePairs
public IList<KeyValuePair<string, Object>> NameValuePairs { get; }
Property value
Type: System.Collections.Generic.IList<KeyValuePair<String, Object>>
Implements
ISupportNameValuePairsSerialization.NameValuePairs
See also
Reference
SPDistributedCacheCounter class