ISharedEntityState.MemberRendererDictionary Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property MemberRendererDictionary As IDictionary(Of String, Object)
Get
'Usage
Dim instance As ISharedEntityState
Dim value As IDictionary(Of String, Object)
value = instance.MemberRendererDictionary
IDictionary<string, Object> MemberRendererDictionary { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>