Share via


AdministrationMetadataCatalog.GetLobSystem Method

Gets the external system using the specified name.

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

Syntax

'Declaration
Public Function GetLobSystem ( _
    name As String _
) As LobSystem
'Usage
Dim instance As AdministrationMetadataCatalog
Dim name As String
Dim returnValue As LobSystem

returnValue = instance.GetLobSystem(name)
public LobSystem GetLobSystem(
    string name
)

Parameters

Return Value

Type: Microsoft.SharePoint.BusinessData.Administration.LobSystem
The external system.

Exceptions

Exception Condition
ArgumentNullException

The name parameter is a null reference (Nothing in Visual Basic).

MetadataObjectNotFoundException

The external content type does not exist in the Metadata Store.

See Also

Reference

AdministrationMetadataCatalog Class

AdministrationMetadataCatalog Members

Microsoft.SharePoint.BusinessData.Administration Namespace