Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the state shared across the External Items in the enumerator.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property SharedEntityState As ISharedEntityState
Get
'Usage
Dim instance As IEntityInstanceEnumerator
Dim value As ISharedEntityState
value = instance.SharedEntityState
ISharedEntityState SharedEntityState { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.ISharedEntityState
The state.
See Also
Reference
IEntityInstanceEnumerator Interface