IgetAttributeCount()

Retrieves the number of attributes in the business object.

Syntax

long IgetAttributeCount();

Parameters

None.

Return Values

An integer value to indicate the number of attributes in the current business object.

Example

long attributeCount = 0;
attributeCount = aBusObj.IgetAttributeCount();

Copyright IBM Corp. 2004, 2005