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