AbstractEntityInstance.SharedEntityState Property

When overridden in a derived class, gets the SharedEntityState object for this entity instance.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property SharedEntityState As SharedEntityState
    Get
'Usage
Dim value As SharedEntityState

value = Me.SharedEntityState
protected virtual SharedEntityState SharedEntityState { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
A SharedEntityState object for this entity instance.

Remarks

A SharedEntityState object caches commonly recalculated information over the life of an entity, such as entity and root TypeDescriptor names.

See Also

Reference

AbstractEntityInstance Class

AbstractEntityInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace