public String getVerbAppText(String verb);
A String object that holds the application-specific information for the verb. This information is stored in AppSpecificInfo field for the specified verb. If the business object does not have application-specific information for the verb, the method returns an empty string.
None.