IBusinessObject IgetBusinessObjectAttribute(string attributeName);
An IBusinessObject object that contains the value of the single-cardinality attribute.
// Call the get business object method and get the attribute String busObjAttribute = "Customer"; IBusinessObject aBusObj = exampleBusObj.IgetBusinessObjectAttribute(busObjAttribute);