LobSystemInstanceCollection class

Represents a collection of LobSystemInstance objects and provides methods to create and enumerate LobSystemInstance objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.LobSystemInstanceCollection

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class LobSystemInstanceCollection _
    Implements IEnumerable
'Usage
Dim instance As LobSystemInstanceCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class LobSystemInstanceCollection : IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LobSystemInstanceCollection members

Microsoft.SharePoint.BusinessData.Administration namespace