: SharedEntityState.MemberRendererDictionary (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets a list of members that are contained in the entity.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public ReadOnly Property MemberRendererDictionary As IDictionary(Of String, Object)
'Uso
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, Object)
value = instance.MemberRendererDictionary
public IDictionary<string,Object> MemberRendererDictionary { get; }
Valor de propiedad
A dictionary of members in the entity.
Vea también
Referencia
SharedEntityState (Clase)
SharedEntityState (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)