LobSystem Class

Defines methods and properties to handle an external system object.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObject
    Microsoft.SharePoint.BusinessData.Administration.Client.AccessControlledMetadataObject
      Microsoft.SharePoint.BusinessData.Administration.Client.IndividuallySecurableMetadataObject
        Microsoft.SharePoint.BusinessData.Administration.Client.LobSystem

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

Syntax

'Declaration
Public NotInheritable Class LobSystem _
    Inherits IndividuallySecurableMetadataObject
'Usage
Dim instance As LobSystem
public sealed class LobSystem : IndividuallySecurableMetadataObject

Remarks

An external system object is a data-containing system such as a database, assembly, or workflow. It is not the same as an LobSystemInstance object, which is a specific realization of the system; for example, a SQL database is an external system object, while a SQL database storing code for a specific product is an LobSystemInstance object.

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

LobSystem Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace