de la propiedad EntityIdentity.FieldValues
Espacio de nombres: Microsoft.BusinessData.Runtime
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 EntityIdentity
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>