long IgetSize();
None.
An integer to indicate the number of elements (business objects) in the business object array.
// get the array size long = arraySize = 0; arraySize = exampleBusObjArray.IgetSize();