SharedEntityState.LobSystem Property

Gets the LobSystem object of the entity instances.

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

Syntax

'Declaration
Public ReadOnly Property LobSystem As LobSystem
    Get
'Usage
Dim instance As SharedEntityState
Dim value As LobSystem

value = instance.LobSystem
public LobSystem LobSystem { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.LobSystem
An LobSystem object representing the LobSystem of the entity instances.

See Also

Reference

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace