IEntityInstanceEnumerator.SharedEntityState Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
ReadOnly Property SharedEntityState As SharedEntityState
Get
'Usage
Dim instance As IEntityInstanceEnumerator
Dim value As SharedEntityState
value = instance.SharedEntityState
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
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