SharedEntityState.LobSystemInstance Property

NOTE: This API is now obsolete.

Gets the LobSystemInstance of the entity instances.

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)> _
Public ReadOnly Property LobSystemInstance As LobSystemInstance
    Get
'Usage
Dim instance As SharedEntityState
Dim value As LobSystemInstance

value = instance.LobSystemInstance
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace