SharedEntityState.MemberRendererDictionary Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
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
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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