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.
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