共用方式為


SPRequestUsageCounter.NameValuePairs property

This member overrides SPCallCounter.NameValuePairs.

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

Syntax

'宣告
Public Overrides ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
    Get
'用途
Dim instance As SPRequestUsageCounter
Dim value As IList(Of KeyValuePair(Of String, Object))

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

Property value

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

Implements

ISupportNameValuePairsSerialization.NameValuePairs

請參閱

參照

SPRequestUsageCounter class

SPRequestUsageCounter members

Microsoft.SharePoint.Utilities namespace