Compartir a través de


de la propiedad PropertyValues.FieldValues

Espacio de nombres:  Microsoft.SharePoint.Client
Ensamblados:   Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)

Sintaxis

'Declaración
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
    Get
'Uso
Dim instance As PropertyValues
Dim value As Dictionary(Of String, Object)

value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }

Valor de propiedad

Tipo: System.Collections.Generic.Dictionary<String, Object>
Devuelve Dictionary<TKey, TValue>.

Vea también

Referencia

clase PropertyValues

Miembros PropertyValues

Espacio de nombres Microsoft.SharePoint.Client