Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>