de la propiedad SPDistributedCacheCounter.NameValuePairs
¿Esto se denomina sólo cuando está habilitado devdash derecha?
Espacio de nombres: Microsoft.SharePoint.DistributedCaching.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 SPDistributedCacheCounter
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>>
Vea también
Referencia
clase SPDistributedCacheCounter
Miembros SPDistributedCacheCounter
Espacio de nombres Microsoft.SharePoint.DistributedCaching.Utilities