IgetAttributeName()

Retrieves the attribute name at the specified position in the business object definition.

Syntax

string IgetAttributeName(long position);

Parameters

position
The position of the attribute in a business object definition.

Return Values

A string that contains the name of the attribute at the specified position in the business object definition.

Exceptions

IInvalidIndexException
Thrown when the position index is invalid.

Example

int position = 1;
String attribute name;
attributeName = aBusObj.IgetAttributeName(position);

Copyright IBM Corp. 1997, 2004