Share via


LobSystem.GetLobSystemInstances Method

Gets the LobSystemInstance objects that belong to this LobSystem instance.

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

Syntax

'Declaration
Public Function GetLobSystemInstances As NamedLobSystemInstanceDictionary
'Usage
Dim instance As LobSystem
Dim returnValue As NamedLobSystemInstanceDictionary

returnValue = instance.GetLobSystemInstances()
public NamedLobSystemInstanceDictionary GetLobSystemInstances()

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedLobSystemInstanceDictionary
A list of LobSystemInstance objects.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace