SharedEntityState.MemberRendererDictionary Property
Gets a list of members that are contained in the entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property MemberRendererDictionary As IDictionary(Of String, Object)
Get
'Usage
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, Object)
value = instance.MemberRendererDictionary
public IDictionary<string, Object> MemberRendererDictionary { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
A dictionary of members in the entity.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace