de la propiedad ClientObjectData.Properties
Obtiene las propiedades de un objeto de cliente. Este miembro está reservado para uso interno y no debe usarse directamente desde el código.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll)
Sintaxis
'Declaración
Public ReadOnly Property Properties As Dictionary(Of String, Object)
Get
'Uso
Dim instance As ClientObjectData
Dim value As Dictionary(Of String, Object)
value = instance.Properties
public Dictionary<string, Object> Properties { get; }
Valor de propiedad
Tipo: System.Collections.Generic.Dictionary<String, Object>
Objeto Dictionary<TKey, TValue> que contiene las propiedades de un objeto de cliente.