void IsetBusinessObjectArrayAttribute(string attributeName, IBusinessObjectArray value);
None.
// Call the BusinessObjectArray attribute method String arrayAttribute = "CustomerAddress"; IBusinessObject CustomerAddress = accessSession.IcreateBusinessObjectArray ("Address"); IBusinessObject exampleBO = accessSession.IcreateBusinessObject ("Customer"); exampleBO.IsetBusinessObjectArrayAttribute(arrayAttribute, CustomerAddress);