: AbstractEntityInstance.SharedEntityState (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the SharedEntityState object for this entity instance.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Protected Overridable ReadOnly Property SharedEntityState As SharedEntityState
'Uso
Dim value As SharedEntityState
value = Me.SharedEntityState
protected virtual SharedEntityState SharedEntityState { get; }
Valor de propiedad
A SharedEntityState object for this entity instance.
Comentarios
A SharedEntityState object caches commonly recalculated information over the life of an entity, such as entity and root TypeDescriptor names.
Vea también
Referencia
AbstractEntityInstance (Clase)
AbstractEntityInstance (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)