SPCallCounter.NameValuePairs property

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
    Get
'Usage
Dim instance As SPCallCounter
Dim value As IList(Of KeyValuePair(Of String, Object))

value = instance.NameValuePairs
public abstract IList<KeyValuePair<string, Object>> NameValuePairs { get; }

Property value

Type: System.Collections.Generic.IList<KeyValuePair<String, Object>>

Implements

ISupportNameValuePairsSerialization.NameValuePairs

See also

Reference

SPCallCounter class

SPCallCounter members

Microsoft.SharePoint.Utilities namespace