EntityInstance.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 EntityInstance
Dim value As Dictionary(Of String, Object)
value = instance.FieldValues
public Dictionary<string, Object> FieldValues { get; }
プロパティ値
型: System.Collections.Generic.Dictionary<String, Object>