Share via


IEntityInstanceEnumerator.SharedEntityState Property

Gets the SharedEntityState object for the entity instances in the enumerator. 

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

Syntax

'Declaration
ReadOnly Property SharedEntityState As SharedEntityState
    Get
'Usage
Dim instance As IEntityInstanceEnumerator
Dim value As SharedEntityState

value = instance.SharedEntityState
SharedEntityState SharedEntityState { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.SharedEntityState
The SharedEntityState object that represents the shared entity state information for the entity instances in the enumerator.

Remarks

All entity instances in an enumerator belong to the same entity and therefore have much information in common, including the entity name, member, and type descriptor information. Instead of storing this information for every entity instance, the Business Data Catalog stores this information only one time for an enumerator—in a SharedEntityState object.

See Also

Reference

IEntityInstanceEnumerator Interface

IEntityInstanceEnumerator Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace