getVerbAppText()

Retrieves the application-specific information for the business object verb.

Syntax

char * getVerbAppText(char * verb);
 

Parameters

verb [in]
Is the name of the verb whose application-specific information is retrieved.

Return values

A character string that contains application-specific information for the business object verb.

Notes

If the business object verb has a value for the AppSpecificInfo property, the getVerbAppText() method retrieves this value.

Copyright IBM Corp. 1997, 2003