Sets the business object at the end of the business object array.
Syntax
void IsetBusinessObject(IBusinessObject value);
Parameters
Return Values
None.
Exceptions
Example
// Set the business object at the end of the array IBusinessObject srcBO = accessSession.IcreateBusinessObject( "PayableNetChange"); exampleBusObjArray.IsetBusinessObject(srcBO);