LobSystem.LobSystemInstances Property
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
Public ReadOnly Property LobSystemInstances As LobSystemInstanceCollection
Get
'Usage
Dim instance As LobSystem
Dim value As LobSystemInstanceCollection
value = instance.LobSystemInstances
public LobSystemInstanceCollection LobSystemInstances { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.LobSystemInstanceCollection
A collection of LobSystemInstance objects.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace