de la propiedad FieldStringValues.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, String)
Get
'Uso
Dim instance As FieldStringValues
Dim value As Dictionary(Of String, String)
value = instance.FieldValues
public Dictionary<string, string> FieldValues { get; }
Valor de propiedad
Tipo: System.Collections.Generic.Dictionary<String, String>
Devuelve Dictionary<TKey, TValue>.