Свойство PropertyValues.FieldValues
Пространство имен: Microsoft.SharePoint.Client
Сборки: 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 PropertyValues
Dim value As Dictionary(Of String, Object)
value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }
Значение свойства
Тип: System.Collections.Generic.Dictionary<String, Object>
Возвращает Dictionary<TKey, TValue>.