long IgetAttributeType(string attributeName);
An integer to indicate the data type of the specified attribute in the business object, as follows:
String attributeName = "Name"; long attributeType = 0; attributeType = aBusObj.IgetAttributeType(attributeName);