IsetBusinessObject()

Sets the business object at the end of the business object array.

Syntax

void IsetBusinessObject(IBusinessObject value);

Parameters

value
The business object to set at the end of the array.

Return Values

None.

Exceptions

IInvalidBusinessObjectTypeException
Thrown when the business object is not supported.

Example

// Set the business object at the end of the array
IBusinessObject srcBO = accessSession.IcreateBusinessObject(
     "PayableNetChange");
exampleBusObjArray.IsetBusinessObject(srcBO);

Copyright IBM Corp. 2004