Retrieves the attribute name at the specified position in the business object definition.
Syntax
string IgetAttributeName(long position);
Parameters
Return Values
A string that contains the name of the attribute at the specified position in the business object definition.
Exceptions
Example
int position = 1; String attribute name; attributeName = aBusObj.IgetAttributeName(position);