Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains methods to handle the collection of external system objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.LobSystemCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class LobSystemCollection _
Implements IEnumerable(Of LobSystem), IEnumerable
'Usage
Dim instance As LobSystemCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class LobSystemCollection : IEnumerable<LobSystem>,
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.