Partager via


SPCallCounter.NameValuePairs - Propriété

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
    Get
'Utilisation
Dim instance As SPCallCounter
Dim value As IList(Of KeyValuePair(Of String, Object))

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

Valeur de propriété

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

Implémentations

ISupportNameValuePairsSerialization.NameValuePairs

Voir aussi

Référence

SPCallCounter classe

SPCallCounter - Membres

Microsoft.SharePoint.Utilities - Espace de noms