Свойство EntityFieldValueDictionary.FieldValues
Пространство имен: Microsoft.BusinessData.Runtime
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property FieldValues As Dictionary(Of String, Object)
Get
'Применение
Dim instance As EntityFieldValueDictionary
Dim value As Dictionary(Of String, Object)
value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }
Значение свойства
Тип: System.Collections.Generic.Dictionary<String, Object>
См. также
Справочные материалы
EntityFieldValueDictionary класс