SharedEntityState.LobSystemInstance Property
Gets the LobSystemInstance of the entity instances.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property LobSystemInstance As LobSystemInstance
Get
'Usage
Dim instance As SharedEntityState
Dim value As LobSystemInstance
value = instance.LobSystemInstance
public LobSystemInstance LobSystemInstance { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystemInstance
An LOBSystem object representing the LOBSystemInstance of the entity instances.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace