LobSystem.LobSystemInstances Property

NOTE: This API is now obsolete.

Gets the LOBSystemInstances associated with the specified LOBSystem.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
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 LobSystemInstances As LobSystemInstanceCollection
    Get
'Usage
Dim instance As LobSystem
Dim value As LobSystemInstanceCollection

value = instance.LobSystemInstances
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public LobSystemInstanceCollection LobSystemInstances { get; }

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemInstanceCollection
A collection of LobSystemInstance objects.

See Also

Reference

LobSystem Class

LobSystem Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace