3.2.5.210.2.1.7 SetLobSystemProperty

Return Type: None

Sets 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 needs to be set.

Type: CSOM String

It MUST NOT be NULL. It MUST NOT be empty. The allowed properties whose value can be set are WcfMexDocumentUrl, ODataServiceMetadataUrl and RdbConnection Data Source.

propertyValue: New value for the property.

Type: CSOM String

Exceptions:

Error Code

Error Type Name

Condition

-2147024809

System.ArgumentException

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 set a property which is not in the list of properties whose value can be set.

-2147024894

System.IO.FileNotFoundException

Business Data Connectivity (BDC) MetadataCatalog file not found.