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