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
name
Type: System.StringThe name of the external system.
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