3.2.5.210.2.1.3 GetLobSystemProperty

Return Type: CSOM String

Gets the value of the specified property for the given external system.

Parameters:

lobSystemName: The name of the external line-of-business (LOB) system.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty.

propertyName: The name of the property whose value is retrieved.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty. The allowed properties whose value can be read are WcfMexDocumentUrl, ODataServiceMetadataUrl and RdbConnection Data Source. WcfMexDocumentUrl and ODataServiceMetadataUrl properties are described in [MS-BDCMFFS] section 2.1.3.23.

Exceptions:

Error Code

Error Type Name

Condition

-2147024809

System.ArgumentException

Line-of-business (LOB) system does not exist in the Business Data Connectivity (BDC) MetadataCatalog file.

-2147467261

System.ArgumentNullException

At least one of the parameters is null.

-1

System.InvalidOperationException

Tried to read a property that is not in the list of properties whose value can be read.

-2147024894

System.IO.FileNotFoundException

Business Data Connectivity (BDC) MetadataCatalog file not found.