FieldStringValues.FieldValues-Eigenschaft
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property FieldValues As Dictionary(Of String, String)
Get
'Usage
Dim instance As FieldStringValues
Dim value As Dictionary(Of String, String)
value = instance.FieldValues
public Dictionary<string, string> FieldValues { get; }
Eigenschaftswert
Typ: System.Collections.Generic.Dictionary<String, String>
Gibt Dictionary<TKey, TValue>an.