de la propiedad SPCPUCycleCounter.NameValuePairs
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Property NameValuePairs As IList(Of KeyValuePair(Of String, Object))
Get
'Uso
Dim instance As SPCPUCycleCounter
Dim value As IList(Of KeyValuePair(Of String, Object))
value = instance.NameValuePairs
public IList<KeyValuePair<string, Object>> NameValuePairs { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IList<KeyValuePair<String, Object>>
Implementaciones
ISupportNameValuePairsSerialization.NameValuePairs