IgetName()

Retrieves the name of the business object definition.

Syntax

string IgetName();

Parameters

None.

Return Values

A string that contains the name of the business object definition.

Example

// Get the name of the business object definition
String busObjName;
busObjName = exampleBusObj.IgetName();

Copyright IBM Corp. 2004