Compartir a través de


de la propiedad HostBlobDataCounter.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 HostBlobDataCounter
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

Vea también

Referencia

clase HostBlobDataCounter

Miembros HostBlobDataCounter

Espacio de nombres Microsoft.SharePoint.Utilities